Struct rental::examples::SimpleRefDeref_BorrowMut [] [src]

pub struct SimpleRefDeref_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 SimpleRefDeref_BorrowMut<'head, 'iref>
[src]

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

[src]

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

Auto Trait Implementations

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

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