[][src]Struct rental::common::RentRwLockMut_BorrowMut

pub struct RentRwLockMut_BorrowMut<'head: 'suffix, 'suffix, H: 'static + StableDeref, T: 'static> {
    pub head: &'head <H as Deref>::Target,
    pub suffix: &'suffix mut RwLockWriteGuard<'head, T>,
}

Mutable borrow of a rental struct.

Fields

head: &'head <H as Deref>::Targetsuffix: &'suffix mut RwLockWriteGuard<'head, T>

Trait Implementations

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

type Suffix = &'suffix mut RwLockWriteGuard<'head, T>

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

Auto Trait Implementations

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

impl<'head, 'suffix, H, T> Sync for RentRwLockMut_BorrowMut<'head, 'suffix, H, T> where
    T: Sync,
    <H as Deref>::Target: Sync

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]