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 for LiveFileGeneration
 
impl PartialEq for LiveFileGeneration
Source§impl PartialOrd for LiveFileGeneration
 
impl PartialOrd for LiveFileGeneration
impl Copy for LiveFileGeneration
impl Eq for LiveFileGeneration
impl StructuralPartialEq for LiveFileGeneration
Auto Trait Implementations§
impl Freeze for LiveFileGeneration
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