pub enum PinWeaverEvent {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PinWeaverEvent
impl RefUnwindSafe for PinWeaverEvent
impl Send for PinWeaverEvent
impl Sync for PinWeaverEvent
impl Unpin for PinWeaverEvent
impl UnwindSafe for PinWeaverEvent
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