pub struct Zapper {
pub lit: bool,
}Fields§
§lit: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for Zapper
impl RefUnwindSafe for Zapper
impl Send for Zapper
impl Sync for Zapper
impl Unpin for Zapper
impl UnwindSafe for Zapper
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