pub struct UnlinkCommand {
pub source_id: String,
pub edge_type: String,
pub target_id: String,
}Expand description
UNLINK command
Fields§
§source_id: String§edge_type: String§target_id: StringTrait Implementations§
Source§impl Clone for UnlinkCommand
impl Clone for UnlinkCommand
Source§fn clone(&self) -> UnlinkCommand
fn clone(&self) -> UnlinkCommand
Returns a duplicate 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 UnlinkCommand
impl Debug for UnlinkCommand
Source§impl<'de> Deserialize<'de> for UnlinkCommand
impl<'de> Deserialize<'de> for UnlinkCommand
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 UnlinkCommand
impl PartialEq for UnlinkCommand
Source§impl Serialize for UnlinkCommand
impl Serialize for UnlinkCommand
impl StructuralPartialEq for UnlinkCommand
Auto Trait Implementations§
impl Freeze for UnlinkCommand
impl RefUnwindSafe for UnlinkCommand
impl Send for UnlinkCommand
impl Sync for UnlinkCommand
impl Unpin for UnlinkCommand
impl UnwindSafe for UnlinkCommand
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