Struct zee_highlight::SelectorNodeId
source · [−]pub struct SelectorNodeId(_);
Trait Implementations
sourceimpl Clone for SelectorNodeId
impl Clone for SelectorNodeId
sourcefn clone(&self) -> SelectorNodeId
fn clone(&self) -> SelectorNodeId
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for SelectorNodeId
impl Debug for SelectorNodeId
sourceimpl<'de> Deserialize<'de> for SelectorNodeId
impl<'de> Deserialize<'de> for SelectorNodeId
sourcefn 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
sourceimpl Hash for SelectorNodeId
impl Hash for SelectorNodeId
sourceimpl PartialEq<SelectorNodeId> for SelectorNodeId
impl PartialEq<SelectorNodeId> for SelectorNodeId
sourcefn eq(&self, other: &SelectorNodeId) -> bool
fn eq(&self, other: &SelectorNodeId) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &SelectorNodeId) -> bool
fn ne(&self, other: &SelectorNodeId) -> bool
This method tests for !=
.
sourceimpl Serialize for SelectorNodeId
impl Serialize for SelectorNodeId
impl Copy for SelectorNodeId
impl StructuralPartialEq for SelectorNodeId
Auto Trait Implementations
impl RefUnwindSafe for SelectorNodeId
impl Send for SelectorNodeId
impl Sync for SelectorNodeId
impl Unpin for SelectorNodeId
impl UnwindSafe for SelectorNodeId
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more