pub enum StringAttr {
ModelName,
VarName,
ConstrName,
QCName,
}Variants§
Trait Implementations§
Source§impl Clone for StringAttr
impl Clone for StringAttr
Source§fn clone(&self) -> StringAttr
fn clone(&self) -> StringAttr
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 StringAttr
impl Debug for StringAttr
impl Copy for StringAttr
Auto Trait Implementations§
impl Freeze for StringAttr
impl RefUnwindSafe for StringAttr
impl Send for StringAttr
impl Sync for StringAttr
impl Unpin for StringAttr
impl UnsafeUnpin for StringAttr
impl UnwindSafe for StringAttr
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