pub enum BedPart {
Head,
Foot,
}Variants§
Trait Implementations§
impl StructuralPartialEq for BedPart
Auto Trait Implementations§
impl Freeze for BedPart
impl RefUnwindSafe for BedPart
impl Send for BedPart
impl Sync for BedPart
impl Unpin for BedPart
impl UnsafeUnpin for BedPart
impl UnwindSafe for BedPart
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