Struct StashMut
pub struct StashMut<'a, P, T>(pub P, pub <T as ToGlibPtrMut<'a, P>>::Storage)
where
P: Copy,
T: ToGlibPtrMut<'a, P> + ?Sized;Tuple Fields§
§0: P§1: <T as ToGlibPtrMut<'a, P>>::StorageAuto Trait Implementations§
impl<'a, P, T> Freeze for StashMut<'a, P, T>
impl<'a, P, T> RefUnwindSafe for StashMut<'a, P, T>
impl<'a, P, T> Send for StashMut<'a, P, T>
impl<'a, P, T> Sync for StashMut<'a, P, T>
impl<'a, P, T> Unpin for StashMut<'a, P, T>
impl<'a, P, T> UnwindSafe for StashMut<'a, P, T>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more