pub struct AdditionalNodeProperty {
pub node_id: i64,
pub property: Option<NodeProperty>,
}
Fields§
§node_id: i64
§property: Option<NodeProperty>
Trait Implementations§
Source§impl Clone for AdditionalNodeProperty
impl Clone for AdditionalNodeProperty
Source§fn clone(&self) -> AdditionalNodeProperty
fn clone(&self) -> AdditionalNodeProperty
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 AdditionalNodeProperty
impl Debug for AdditionalNodeProperty
Source§impl<'de> Deserialize<'de> for AdditionalNodeProperty
impl<'de> Deserialize<'de> for AdditionalNodeProperty
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 AdditionalNodeProperty
impl PartialEq for AdditionalNodeProperty
Source§impl Serialize for AdditionalNodeProperty
impl Serialize for AdditionalNodeProperty
impl StructuralPartialEq for AdditionalNodeProperty
Auto Trait Implementations§
impl Freeze for AdditionalNodeProperty
impl RefUnwindSafe for AdditionalNodeProperty
impl Send for AdditionalNodeProperty
impl Sync for AdditionalNodeProperty
impl Unpin for AdditionalNodeProperty
impl UnwindSafe for AdditionalNodeProperty
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