pub enum TrimmingPreference {
Cartesian,
Parameter,
Unspecified,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for TrimmingPreference
impl Clone for TrimmingPreference
Source§fn clone(&self) -> TrimmingPreference
fn clone(&self) -> TrimmingPreference
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TrimmingPreference
Source§impl Debug for TrimmingPreference
impl Debug for TrimmingPreference
impl Eq for TrimmingPreference
Source§impl PartialEq for TrimmingPreference
impl PartialEq for TrimmingPreference
Source§fn eq(&self, other: &TrimmingPreference) -> bool
fn eq(&self, other: &TrimmingPreference) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TrimmingPreference
Auto Trait Implementations§
impl Freeze for TrimmingPreference
impl RefUnwindSafe for TrimmingPreference
impl Send for TrimmingPreference
impl Sync for TrimmingPreference
impl Unpin for TrimmingPreference
impl UnsafeUnpin for TrimmingPreference
impl UnwindSafe for TrimmingPreference
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