Struct rental::examples::RentRefMap_BorrowMut [] [src]

pub struct RentRefMap_BorrowMut<'head_0: 'head_1, 'head_1: 'suffix, 'suffix, T: 'static, U: 'static, V: 'static> {
    pub head: <<Box<RentRef<T, U>> as Deref>::Target as Rental2<'head_0, 'head_1>>::Borrow,
    pub suffix: &'suffix mut &'head_1 V,
}

Mutable borrow of a rental struct.

Fields

Trait Implementations

impl<'head_0: 'head_1, 'head_1: 'suffix, 'suffix, T: 'static, U: 'static, V: 'static> IntoSuffix for RentRefMap_BorrowMut<'head_0, 'head_1, 'suffix, T, U, V>
[src]

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

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