Struct core::marker::ManagedUnstable
[-] [+]
[src]
pub struct Managed;
A type which is considered managed by the GC. This is typically embedded in other types.
pub struct Managed;
A type which is considered managed by the GC. This is typically embedded in other types.
impl !Send for Managed
impl !Sync for Managed
impl Ord for Managed
impl PartialOrd for Managed
fn partial_cmp(&self, __arg_0: &Managed) -> Option<Ordering>
fn lt(&self, __arg_0: &Managed) -> bool
fn le(&self, __arg_0: &Managed) -> bool
fn gt(&self, __arg_0: &Managed) -> bool
fn ge(&self, __arg_0: &Managed) -> bool
impl Eq for Managed
impl PartialEq for Managed
impl Clone for Managed
fn clone(&self) -> Managed
fn clone_from(&mut self, source: &Self)
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).