pub struct TextNodeDeclaration<'tnv, 'tn> { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<'tnv, 'tn> Clone for TextNodeDeclaration<'tnv, 'tn>
impl<'tnv, 'tn> Clone for TextNodeDeclaration<'tnv, 'tn>
Source§fn clone(&self) -> TextNodeDeclaration<'tnv, 'tn>
fn clone(&self) -> TextNodeDeclaration<'tnv, 'tn>
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<'tnv, 'tn> Debug for TextNodeDeclaration<'tnv, 'tn>
impl<'tnv, 'tn> Debug for TextNodeDeclaration<'tnv, 'tn>
Source§impl<'tnv, 'tn> Hash for TextNodeDeclaration<'tnv, 'tn>
impl<'tnv, 'tn> Hash for TextNodeDeclaration<'tnv, 'tn>
Source§impl<'tnv, 'tn> Ord for TextNodeDeclaration<'tnv, 'tn>
impl<'tnv, 'tn> Ord for TextNodeDeclaration<'tnv, 'tn>
Source§fn cmp(&self, other: &TextNodeDeclaration<'tnv, 'tn>) -> Ordering
fn cmp(&self, other: &TextNodeDeclaration<'tnv, 'tn>) -> 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<'tnv, 'tn> PartialEq for TextNodeDeclaration<'tnv, 'tn>
impl<'tnv, 'tn> PartialEq for TextNodeDeclaration<'tnv, 'tn>
Source§fn eq(&self, other: &TextNodeDeclaration<'tnv, 'tn>) -> bool
fn eq(&self, other: &TextNodeDeclaration<'tnv, 'tn>) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl<'tnv, 'tn> PartialOrd for TextNodeDeclaration<'tnv, 'tn>
impl<'tnv, 'tn> PartialOrd for TextNodeDeclaration<'tnv, 'tn>
impl<'tnv, 'tn> Eq for TextNodeDeclaration<'tnv, 'tn>
impl<'tnv, 'tn> StructuralPartialEq for TextNodeDeclaration<'tnv, 'tn>
Auto Trait Implementations§
impl<'tnv, 'tn> Freeze for TextNodeDeclaration<'tnv, 'tn>
impl<'tnv, 'tn> RefUnwindSafe for TextNodeDeclaration<'tnv, 'tn>
impl<'tnv, 'tn> Send for TextNodeDeclaration<'tnv, 'tn>
impl<'tnv, 'tn> Sync for TextNodeDeclaration<'tnv, 'tn>
impl<'tnv, 'tn> Unpin for TextNodeDeclaration<'tnv, 'tn>
impl<'tnv, 'tn> UnwindSafe for TextNodeDeclaration<'tnv, 'tn>
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