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