pub struct MaskWrapper(pub WatchMask);Tuple Fields§
§0: WatchMaskTrait Implementations§
Source§impl Debug for MaskWrapper
impl Debug for MaskWrapper
Auto Trait Implementations§
impl Freeze for MaskWrapper
impl RefUnwindSafe for MaskWrapper
impl Send for MaskWrapper
impl Sync for MaskWrapper
impl Unpin for MaskWrapper
impl UnwindSafe for MaskWrapper
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