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