pub struct PlateMotion(/* private fields */);Implementations§
Source§impl PlateMotion
impl PlateMotion
Trait Implementations§
Source§impl AsRef<str> for PlateMotion
impl AsRef<str> for PlateMotion
Source§impl Clone for PlateMotion
impl Clone for PlateMotion
Source§fn clone(&self) -> PlateMotion
fn clone(&self) -> PlateMotion
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 PlateMotion
impl Debug for PlateMotion
Source§impl Display for PlateMotion
impl Display for PlateMotion
Source§impl FromStr for PlateMotion
impl FromStr for PlateMotion
Source§impl Hash for PlateMotion
impl Hash for PlateMotion
Source§impl Ord for PlateMotion
impl Ord for PlateMotion
Source§fn cmp(&self, other: &PlateMotion) -> Ordering
fn cmp(&self, other: &PlateMotion) -> 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 PlateMotion
impl PartialEq for PlateMotion
Source§impl PartialOrd for PlateMotion
impl PartialOrd for PlateMotion
impl Eq for PlateMotion
impl StructuralPartialEq for PlateMotion
Auto Trait Implementations§
impl Freeze for PlateMotion
impl RefUnwindSafe for PlateMotion
impl Send for PlateMotion
impl Sync for PlateMotion
impl Unpin for PlateMotion
impl UnsafeUnpin for PlateMotion
impl UnwindSafe for PlateMotion
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