pub enum GenerationTime {
Always,
ByDefault,
}
Variants§
Trait Implementations§
Source§impl Clone for GenerationTime
impl Clone for GenerationTime
Source§fn clone(&self) -> GenerationTime
fn clone(&self) -> GenerationTime
Returns a duplicate 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 GenerationTime
impl Debug for GenerationTime
Source§impl PartialEq for GenerationTime
impl PartialEq for GenerationTime
impl Eq for GenerationTime
impl StructuralPartialEq for GenerationTime
Auto Trait Implementations§
impl Freeze for GenerationTime
impl RefUnwindSafe for GenerationTime
impl Send for GenerationTime
impl Sync for GenerationTime
impl Unpin for GenerationTime
impl UnwindSafe for GenerationTime
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