Struct allsorts_rental::common::RentRefCellMut_Borrow[][src]

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> !RefUnwindSafe for RentRefCellMut_Borrow<'head, 'suffix, H, T>[src]

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

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

impl<'head, 'suffix, H, T> Unpin for RentRefCellMut_Borrow<'head, 'suffix, H, T> where
    'head: 'suffix, 
[src]

impl<'head, 'suffix, H, T> !UnwindSafe for RentRefCellMut_Borrow<'head, 'suffix, H, T>[src]

Blanket Implementations

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

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

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

impl<T> From<T> for T[src]

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

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.