#[repr(u32)]pub enum BodyWriteEnd {
Back = 0,
Front = 1,
}
Variants§
Trait Implementations§
Source§impl Clone for BodyWriteEnd
impl Clone for BodyWriteEnd
Source§fn clone(&self) -> BodyWriteEnd
fn clone(&self) -> BodyWriteEnd
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for BodyWriteEnd
impl Debug for BodyWriteEnd
Source§impl Hash for BodyWriteEnd
impl Hash for BodyWriteEnd
Source§impl Ord for BodyWriteEnd
impl Ord for BodyWriteEnd
Source§fn cmp(&self, other: &BodyWriteEnd) -> Ordering
fn cmp(&self, other: &BodyWriteEnd) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for BodyWriteEnd
impl PartialEq for BodyWriteEnd
Source§impl PartialOrd for BodyWriteEnd
impl PartialOrd for BodyWriteEnd
impl Copy for BodyWriteEnd
impl Eq for BodyWriteEnd
impl StructuralPartialEq for BodyWriteEnd
Auto Trait Implementations§
impl Freeze for BodyWriteEnd
impl RefUnwindSafe for BodyWriteEnd
impl Send for BodyWriteEnd
impl Sync for BodyWriteEnd
impl Unpin for BodyWriteEnd
impl UnwindSafe for BodyWriteEnd
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