Struct rental::examples::SimpleMutDeref_BorrowMut[][src]

pub struct SimpleMutDeref_BorrowMut<'head: 'iref, 'iref> {
    pub iref: &'iref mut &'head mut i32,
    // some fields omitted
}

Mutable borrow of a rental struct.

Fields

Trait Implementations

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

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