Struct rental::examples::RentMutMap_Borrow [] [src]

pub struct RentMutMap_Borrow<'head_0: 'head_1, 'head_1: 'suffix, 'suffix, T: 'static, U: 'static, V: 'static> {
    pub suffix: &'suffix &'head_1 mut V,
    // some fields omitted
}

Shared 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 RentMutMap_Borrow<'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