pub enum Strippable {
Ancestors,
Attributes,
Length,
}Variants§
Trait Implementations§
Source§impl Clone for Strippable
impl Clone for Strippable
Source§fn clone(&self) -> Strippable
fn clone(&self) -> Strippable
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 Strippable
impl Debug for Strippable
Source§impl ValueEnum for Strippable
impl ValueEnum for Strippable
Auto Trait Implementations§
impl Freeze for Strippable
impl RefUnwindSafe for Strippable
impl Send for Strippable
impl Sync for Strippable
impl Unpin for Strippable
impl UnwindSafe for Strippable
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