pub struct BackendNodeId(/* private fields */);
Available on crate features
DOM
and Runtime
only.Expand description
Unique DOM node identifier used to reference a node that may not have been pushed to the front-end.
Trait Implementations§
Source§impl Clone for BackendNodeId
impl Clone for BackendNodeId
Source§fn clone(&self) -> BackendNodeId
fn clone(&self) -> BackendNodeId
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 BackendNodeId
impl Debug for BackendNodeId
Source§impl Deref for BackendNodeId
impl Deref for BackendNodeId
Source§impl<'de> Deserialize<'de> for BackendNodeId
impl<'de> Deserialize<'de> for BackendNodeId
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 From<u32> for BackendNodeId
impl From<u32> for BackendNodeId
Auto Trait Implementations§
impl Freeze for BackendNodeId
impl RefUnwindSafe for BackendNodeId
impl Send for BackendNodeId
impl Sync for BackendNodeId
impl Unpin for BackendNodeId
impl UnwindSafe for BackendNodeId
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