pub struct NodeCountProperties {
pub count: Option<i64>,
}Fields§
§count: Option<i64>Gets the count for the name
Implementations§
Trait Implementations§
Source§impl Clone for NodeCountProperties
impl Clone for NodeCountProperties
Source§fn clone(&self) -> NodeCountProperties
fn clone(&self) -> NodeCountProperties
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 NodeCountProperties
impl Debug for NodeCountProperties
Source§impl Default for NodeCountProperties
impl Default for NodeCountProperties
Source§fn default() -> NodeCountProperties
fn default() -> NodeCountProperties
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for NodeCountProperties
impl<'de> Deserialize<'de> for NodeCountProperties
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 NodeCountProperties
impl PartialEq for NodeCountProperties
Source§impl Serialize for NodeCountProperties
impl Serialize for NodeCountProperties
impl StructuralPartialEq for NodeCountProperties
Auto Trait Implementations§
impl Freeze for NodeCountProperties
impl RefUnwindSafe for NodeCountProperties
impl Send for NodeCountProperties
impl Sync for NodeCountProperties
impl Unpin for NodeCountProperties
impl UnwindSafe for NodeCountProperties
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