Struct rental::examples::SimpleRef_BorrowMut[][src]

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

Mutable borrow of a rental struct.

Fields

Trait Implementations

impl<'head: 'iref, 'iref> IntoSuffix for SimpleRef_BorrowMut<'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 SimpleRef_BorrowMut<'head, 'iref>

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