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