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