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