pub struct LiveFileGeneration(/* private fields */);
Implementations§
Trait Implementations§
source§impl Clone for LiveFileGeneration
impl Clone for LiveFileGeneration
source§fn clone(&self) -> LiveFileGeneration
fn clone(&self) -> LiveFileGeneration
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 Debug for LiveFileGeneration
impl Debug for LiveFileGeneration
source§impl Default for LiveFileGeneration
impl Default for LiveFileGeneration
source§fn default() -> LiveFileGeneration
fn default() -> LiveFileGeneration
Returns the “default value” for a type. Read more
source§impl Display for LiveFileGeneration
impl Display for LiveFileGeneration
source§impl Hash for LiveFileGeneration
impl Hash for LiveFileGeneration
source§impl Ord for LiveFileGeneration
impl Ord for LiveFileGeneration
source§fn cmp(&self, other: &LiveFileGeneration) -> Ordering
fn cmp(&self, other: &LiveFileGeneration) -> 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 PartialEq<LiveFileGeneration> for LiveFileGeneration
impl PartialEq<LiveFileGeneration> for LiveFileGeneration
source§fn eq(&self, other: &LiveFileGeneration) -> bool
fn eq(&self, other: &LiveFileGeneration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<LiveFileGeneration> for LiveFileGeneration
impl PartialOrd<LiveFileGeneration> for LiveFileGeneration
source§fn partial_cmp(&self, other: &LiveFileGeneration) -> Option<Ordering>
fn partial_cmp(&self, other: &LiveFileGeneration) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for LiveFileGeneration
impl Eq for LiveFileGeneration
impl StructuralEq for LiveFileGeneration
impl StructuralPartialEq for LiveFileGeneration
Auto Trait Implementations§
impl RefUnwindSafe for LiveFileGeneration
impl Send for LiveFileGeneration
impl Sync for LiveFileGeneration
impl Unpin for LiveFileGeneration
impl UnwindSafe for LiveFileGeneration
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