pub enum OptionalIdentifier {
Ident(String),
Ignore,
}
Variants§
Trait Implementations§
Source§impl Clone for OptionalIdentifier
impl Clone for OptionalIdentifier
Source§fn clone(&self) -> OptionalIdentifier
fn clone(&self) -> OptionalIdentifier
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 SimpleCodeGen for OptionalIdentifier
impl SimpleCodeGen for OptionalIdentifier
Auto Trait Implementations§
impl Freeze for OptionalIdentifier
impl RefUnwindSafe for OptionalIdentifier
impl Send for OptionalIdentifier
impl Sync for OptionalIdentifier
impl Unpin for OptionalIdentifier
impl UnwindSafe for OptionalIdentifier
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