pub enum NameRule {
Auto,
Force(&'static str),
}Expand description
NameRule is used to specify the rule of naming.
Variants§
Trait Implementations§
impl Copy for NameRule
Auto Trait Implementations§
impl Freeze for NameRule
impl RefUnwindSafe for NameRule
impl Send for NameRule
impl Sync for NameRule
impl Unpin for NameRule
impl UnwindSafe for NameRule
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