pub enum BuildConfigVerbosity {
NORMAL,
QUIET,
VERBOSE,
}Variants§
Auto Trait Implementations§
impl Freeze for BuildConfigVerbosity
impl RefUnwindSafe for BuildConfigVerbosity
impl Send for BuildConfigVerbosity
impl Sync for BuildConfigVerbosity
impl Unpin for BuildConfigVerbosity
impl UnwindSafe for BuildConfigVerbosity
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