pub struct Openable;Expand description
Handles openable block synchronization (e.g. double doors).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Openable
impl RefUnwindSafe for Openable
impl Send for Openable
impl Sync for Openable
impl Unpin for Openable
impl UnsafeUnpin for Openable
impl UnwindSafe for Openable
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