[][src]Struct rental::common::RentRefCellMut_Borrow

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

Shared borrow of a rental struct.

Fields

suffix: &'suffix RefMut<'head, T>

Trait Implementations

impl<'head: 'suffix, 'suffix, H: 'static + StableDeref + DerefMut, T: 'static> IntoSuffix for RentRefCellMut_Borrow<'head, 'suffix, H, T>[src]

type Suffix = &'suffix RefMut<'head, T>

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

Auto Trait Implementations

impl<'head, 'suffix, H, T> !Send for RentRefCellMut_Borrow<'head, 'suffix, H, T>

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

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]