Struct rental::examples::SimpleRefDeref_Borrow[][src]

pub struct SimpleRefDeref_Borrow<'head: 'iref, 'iref> {
    pub head: &'head <Box<i32> as Deref>::Target,
    pub iref: &'iref &'head i32,
}

Shared borrow of a rental struct.

Fields

Trait Implementations

impl<'head: 'iref, 'iref> IntoSuffix for SimpleRefDeref_Borrow<'head, 'iref>
[src]

Type of the transitive suffix of the borrow struct. Read more

Discard the borrow struct and return the transitive suffix field. Read more

Auto Trait Implementations

impl<'head, 'iref> Send for SimpleRefDeref_Borrow<'head, 'iref>

impl<'head, 'iref> Sync for SimpleRefDeref_Borrow<'head, 'iref>