enum StrictNorm {
Pull,
Push,
Strip,
}Variants§
Pull
starting at the top and looking for Strict inside
Push
Strip
Already accounted for one, can strip the rest
Implementations§
Source§impl StrictNorm
impl StrictNorm
Trait Implementations§
Source§impl Clone for StrictNorm
impl Clone for StrictNorm
Source§fn clone(&self) -> StrictNorm
fn clone(&self) -> StrictNorm
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 StrictNorm
impl Debug for StrictNorm
impl Copy for StrictNorm
Auto Trait Implementations§
impl Freeze for StrictNorm
impl RefUnwindSafe for StrictNorm
impl Send for StrictNorm
impl Sync for StrictNorm
impl Unpin for StrictNorm
impl UnwindSafe for StrictNorm
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