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

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

Trait Implementations

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

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

[src]

Discard the borrow struct and return the transitive suffix field. 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