Enum dev_scope::shared::prelude::OutputDestination
source · pub enum OutputDestination {
StandardOut,
Logging,
Null,
}Variants§
Trait Implementations§
source§impl Clone for OutputDestination
impl Clone for OutputDestination
source§fn clone(&self) -> OutputDestination
fn clone(&self) -> OutputDestination
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for OutputDestination
impl RefUnwindSafe for OutputDestination
impl Send for OutputDestination
impl Sync for OutputDestination
impl Unpin for OutputDestination
impl UnwindSafe for OutputDestination
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