pub enum NodesUpdatedMethod {
NodesUpdated,
}Variants§
NodesUpdated
Trait Implementations§
Source§impl Clone for NodesUpdatedMethod
impl Clone for NodesUpdatedMethod
Source§fn clone(&self) -> NodesUpdatedMethod
fn clone(&self) -> NodesUpdatedMethod
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 NodesUpdatedMethod
impl Debug for NodesUpdatedMethod
Source§impl<'de> Deserialize<'de> for NodesUpdatedMethod
impl<'de> Deserialize<'de> for NodesUpdatedMethod
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 NodesUpdatedMethod
impl PartialEq for NodesUpdatedMethod
Source§impl Serialize for NodesUpdatedMethod
impl Serialize for NodesUpdatedMethod
impl StructuralPartialEq for NodesUpdatedMethod
Auto Trait Implementations§
impl Freeze for NodesUpdatedMethod
impl RefUnwindSafe for NodesUpdatedMethod
impl Send for NodesUpdatedMethod
impl Sync for NodesUpdatedMethod
impl Unpin for NodesUpdatedMethod
impl UnsafeUnpin for NodesUpdatedMethod
impl UnwindSafe for NodesUpdatedMethod
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