pub enum Resetting {}Expand description
Protocol phase marker for Resetting.
Trait Implementations§
impl Copy for Resetting
impl Eq for Resetting
impl StructuralPartialEq for Resetting
Auto Trait Implementations§
impl Freeze for Resetting
impl RefUnwindSafe for Resetting
impl Send for Resetting
impl Sync for Resetting
impl Unpin for Resetting
impl UnsafeUnpin for Resetting
impl UnwindSafe for Resetting
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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