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