pub enum SegmentFit {
Expected,
Unexpected,
}Variants§
Trait Implementations§
Source§impl Clone for SegmentFit
impl Clone for SegmentFit
Source§fn clone(&self) -> SegmentFit
fn clone(&self) -> SegmentFit
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 SegmentFit
Source§impl Debug for SegmentFit
impl Debug for SegmentFit
impl Eq for SegmentFit
Source§impl PartialEq for SegmentFit
impl PartialEq for SegmentFit
impl StructuralPartialEq for SegmentFit
Auto Trait Implementations§
impl Freeze for SegmentFit
impl RefUnwindSafe for SegmentFit
impl Send for SegmentFit
impl Sync for SegmentFit
impl Unpin for SegmentFit
impl UnsafeUnpin for SegmentFit
impl UnwindSafe for SegmentFit
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