pub struct Bat;Expand description
Handles bat drop mechanics.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Bat
impl RefUnwindSafe for Bat
impl Send for Bat
impl Sync for Bat
impl Unpin for Bat
impl UnsafeUnpin for Bat
impl UnwindSafe for Bat
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