pub struct FlagMsg(pub bool, _);Tuple Fields§
§0: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for FlagMsg
impl RefUnwindSafe for FlagMsg
impl Send for FlagMsg
impl Sync for FlagMsg
impl Unpin for FlagMsg
impl UnwindSafe for FlagMsg
Blanket Implementations§
Source§impl<T> AsPrimitive<()> for T
impl<T> AsPrimitive<()> for T
fn as_primitive(self)
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