Struct ex3_node_types::NodeProvider 
source · pub struct NodeProvider(/* private fields */);Implementations§
Trait Implementations§
source§impl CandidType for NodeProvider
 
impl CandidType for NodeProvider
source§impl Clone for NodeProvider
 
impl Clone for NodeProvider
source§fn clone(&self) -> NodeProvider
 
fn clone(&self) -> NodeProvider
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 NodeProvider
 
impl Debug for NodeProvider
source§impl<'de> Deserialize<'de> for NodeProvider
 
impl<'de> Deserialize<'de> for NodeProvider
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 Display for NodeProvider
 
impl Display for NodeProvider
source§impl From<NodeProvider> for Principal
 
impl From<NodeProvider> for Principal
source§fn from(t: NodeProvider) -> Self
 
fn from(t: NodeProvider) -> Self
Converts to this type from the input type.
source§impl From<Principal> for NodeProvider
 
impl From<Principal> for NodeProvider
source§impl Hash for NodeProvider
 
impl Hash for NodeProvider
source§impl Ord for NodeProvider
 
impl Ord for NodeProvider
source§fn cmp(&self, other: &NodeProvider) -> Ordering
 
fn cmp(&self, other: &NodeProvider) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
    Self: Sized,
 
fn max(self, other: Self) -> Selfwhere
    Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<Principal> for NodeProvider
 
impl PartialEq<Principal> for NodeProvider
source§impl PartialEq for NodeProvider
 
impl PartialEq for NodeProvider
source§fn eq(&self, other: &NodeProvider) -> bool
 
fn eq(&self, other: &NodeProvider) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl PartialOrd for NodeProvider
 
impl PartialOrd for NodeProvider
source§fn partial_cmp(&self, other: &NodeProvider) -> Option<Ordering>
 
fn partial_cmp(&self, other: &NodeProvider) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
 
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for 
self and other) and is used by the <=
operator. Read moresource§impl Serialize for NodeProvider
 
impl Serialize for NodeProvider
source§impl Storable for NodeProvider
 
impl Storable for NodeProvider
source§fn from_bytes(bytes: Cow<'_, [u8]>) -> Self
 
fn from_bytes(bytes: Cow<'_, [u8]>) -> Self
Converts bytes into an element.
source§fn to_bytes_checked(&self) -> Cow<'_, [u8]>
 
fn to_bytes_checked(&self) -> Cow<'_, [u8]>
Like 
to_bytes, but includes additional checks to ensure the element’s serialized bytes
are within the element’s bounds.impl Copy for NodeProvider
impl Eq for NodeProvider
impl StructuralEq for NodeProvider
impl StructuralPartialEq for NodeProvider
Auto Trait Implementations§
impl RefUnwindSafe for NodeProvider
impl Send for NodeProvider
impl Sync for NodeProvider
impl Unpin for NodeProvider
impl UnwindSafe for NodeProvider
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