pub struct BombNote { /* private fields */ }
Expand description
Represents a Bomb Note in the game
Auto Trait Implementations§
impl Freeze for BombNote
impl RefUnwindSafe for BombNote
impl !Send for BombNote
impl !Sync for BombNote
impl Unpin for BombNote
impl UnwindSafe for BombNote
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