Struct rental::examples::RentRef_Borrow [] [src]

pub struct RentRef_Borrow<'head: 'suffix, 'suffix, T: 'static, U: 'static> {
    pub head: &'head <Box<T> as Deref>::Target,
    pub suffix: &'suffix &'head U,
}

Shared borrow of a rental struct.

Fields

Trait Implementations

impl<'head: 'suffix, 'suffix, T: 'static, U: 'static> IntoSuffix for RentRef_Borrow<'head, 'suffix, T, U>
[src]

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

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