pub struct DocumentGeneration(/* private fields */);Expand description
Monotonic generation of a committed document within one native WebView.
Implementations§
Trait Implementations§
Source§impl Clone for DocumentGeneration
impl Clone for DocumentGeneration
Source§fn clone(&self) -> DocumentGeneration
fn clone(&self) -> DocumentGeneration
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 moreimpl Copy for DocumentGeneration
Source§impl Debug for DocumentGeneration
impl Debug for DocumentGeneration
impl Eq for DocumentGeneration
Source§impl Hash for DocumentGeneration
impl Hash for DocumentGeneration
Source§impl Ord for DocumentGeneration
impl Ord for DocumentGeneration
Source§fn cmp(&self, other: &DocumentGeneration) -> Ordering
fn cmp(&self, other: &DocumentGeneration) -> 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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for DocumentGeneration
impl PartialEq for DocumentGeneration
Source§impl PartialOrd for DocumentGeneration
impl PartialOrd for DocumentGeneration
impl StructuralPartialEq for DocumentGeneration
Auto Trait Implementations§
impl Freeze for DocumentGeneration
impl RefUnwindSafe for DocumentGeneration
impl Send for DocumentGeneration
impl Sync for DocumentGeneration
impl Unpin for DocumentGeneration
impl UnsafeUnpin for DocumentGeneration
impl UnwindSafe for DocumentGeneration
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