pub struct SelectorNodeId(/* private fields */);
Trait Implementations§
Source§impl Clone for SelectorNodeId
impl Clone for SelectorNodeId
Source§fn clone(&self) -> SelectorNodeId
fn clone(&self) -> SelectorNodeId
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 SelectorNodeId
impl Debug for SelectorNodeId
Source§impl<'de> Deserialize<'de> for SelectorNodeId
impl<'de> Deserialize<'de> for SelectorNodeId
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 Hash for SelectorNodeId
impl Hash for SelectorNodeId
Source§impl PartialEq for SelectorNodeId
impl PartialEq for SelectorNodeId
Source§impl Serialize for SelectorNodeId
impl Serialize for SelectorNodeId
impl Copy for SelectorNodeId
impl StructuralPartialEq for SelectorNodeId
Auto Trait Implementations§
impl Freeze for SelectorNodeId
impl RefUnwindSafe for SelectorNodeId
impl Send for SelectorNodeId
impl Sync for SelectorNodeId
impl Unpin for SelectorNodeId
impl UnwindSafe for SelectorNodeId
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