Struct rental::common::RentRefCellMut_BorrowMut[][src]

pub struct RentRefCellMut_BorrowMut<'head: 'suffix, 'suffix, H: 'static + StableDeref + DerefMut, T: 'static> {
    pub suffix: &'suffix mut RefMut<'head, T>,
    // some fields omitted
}

Mutable borrow of a rental struct.

Fields

Trait Implementations

impl<'head: 'suffix, 'suffix, H: 'static + StableDeref + DerefMut, T: 'static> IntoSuffix for RentRefCellMut_BorrowMut<'head, 'suffix, H, T>
[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, 'suffix, H, T> !Send for RentRefCellMut_BorrowMut<'head, 'suffix, H, T>

impl<'head, 'suffix, H, T> !Sync for RentRefCellMut_BorrowMut<'head, 'suffix, H, T>