pub enum RemoveLink {
V0(RemoveLinkV0),
}
Variants§
V0(RemoveLinkV0)
Trait Implementations§
Source§impl Clone for RemoveLink
impl Clone for RemoveLink
Source§fn clone(&self) -> RemoveLink
fn clone(&self) -> RemoveLink
Returns a copy of the value. Read more
1.0.0 · 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 RemoveLink
impl Debug for RemoveLink
Source§impl<'de> Deserialize<'de> for RemoveLink
impl<'de> Deserialize<'de> for RemoveLink
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for RemoveLink
impl PartialEq for RemoveLink
Source§impl Serialize for RemoveLink
impl Serialize for RemoveLink
impl Eq for RemoveLink
impl StructuralPartialEq for RemoveLink
Auto Trait Implementations§
impl Freeze for RemoveLink
impl RefUnwindSafe for RemoveLink
impl Send for RemoveLink
impl Sync for RemoveLink
impl Unpin for RemoveLink
impl UnwindSafe for RemoveLink
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