pub struct ChangedDocument(/* private fields */);Expand description
A changed document reference.
Implementations§
Trait Implementations§
Source§impl AsRef<str> for ChangedDocument
impl AsRef<str> for ChangedDocument
Source§impl Clone for ChangedDocument
impl Clone for ChangedDocument
Source§fn clone(&self) -> ChangedDocument
fn clone(&self) -> ChangedDocument
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ChangedDocument
impl Debug for ChangedDocument
Source§impl Default for ChangedDocument
impl Default for ChangedDocument
Source§fn default() -> ChangedDocument
fn default() -> ChangedDocument
Returns the “default value” for a type. Read more
Source§impl Display for ChangedDocument
impl Display for ChangedDocument
Source§impl From<&str> for ChangedDocument
impl From<&str> for ChangedDocument
Source§fn from(value: &str) -> ChangedDocument
fn from(value: &str) -> ChangedDocument
Converts to this type from the input type.
Source§impl From<String> for ChangedDocument
impl From<String> for ChangedDocument
Source§fn from(value: String) -> ChangedDocument
fn from(value: String) -> ChangedDocument
Converts to this type from the input type.
Source§impl Hash for ChangedDocument
impl Hash for ChangedDocument
Source§impl Ord for ChangedDocument
impl Ord for ChangedDocument
Source§fn cmp(&self, other: &ChangedDocument) -> Ordering
fn cmp(&self, other: &ChangedDocument) -> Ordering
1.21.0 (const: unstable) · 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 for ChangedDocument
impl PartialEq for ChangedDocument
Source§fn eq(&self, other: &ChangedDocument) -> bool
fn eq(&self, other: &ChangedDocument) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ChangedDocument
impl PartialOrd for ChangedDocument
impl Eq for ChangedDocument
impl StructuralPartialEq for ChangedDocument
Auto Trait Implementations§
impl Freeze for ChangedDocument
impl RefUnwindSafe for ChangedDocument
impl Send for ChangedDocument
impl Sync for ChangedDocument
impl Unpin for ChangedDocument
impl UnsafeUnpin for ChangedDocument
impl UnwindSafe for ChangedDocument
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