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