Enum azalea_block::Hinge
source · pub enum Hinge {
Left,
Right,
}Variants
Left
Right
Trait Implementations
impl Copy for Hinge
Auto Trait Implementations
impl RefUnwindSafe for Hinge
impl Send for Hinge
impl Sync for Hinge
impl Unpin for Hinge
impl UnwindSafe for Hinge
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more