pub struct RemoveNodeProperty {
pub key: i64,
pub name: NodePropertyName,
pub local_name: String,
}
Fields§
§key: i64
§name: NodePropertyName
§local_name: String
Trait Implementations§
Source§impl Clone for RemoveNodeProperty
impl Clone for RemoveNodeProperty
Source§fn clone(&self) -> RemoveNodeProperty
fn clone(&self) -> RemoveNodeProperty
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 RemoveNodeProperty
impl Debug for RemoveNodeProperty
Source§impl<'de> Deserialize<'de> for RemoveNodeProperty
impl<'de> Deserialize<'de> for RemoveNodeProperty
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 RemoveNodeProperty
impl PartialEq for RemoveNodeProperty
Source§impl Serialize for RemoveNodeProperty
impl Serialize for RemoveNodeProperty
impl StructuralPartialEq for RemoveNodeProperty
Auto Trait Implementations§
impl Freeze for RemoveNodeProperty
impl RefUnwindSafe for RemoveNodeProperty
impl Send for RemoveNodeProperty
impl Sync for RemoveNodeProperty
impl Unpin for RemoveNodeProperty
impl UnwindSafe for RemoveNodeProperty
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