Struct re_log::MultiLoggerNotSetupError
source · pub struct MultiLoggerNotSetupError {}
Expand description
Produced when trying to install additional loggers when crate::setup_logging
has not been called.
This can happen for example when users of the rerun
crate use the spawn
method,
and they aren’t using re_log
.
Trait Implementations§
source§impl Clone for MultiLoggerNotSetupError
impl Clone for MultiLoggerNotSetupError
source§fn clone(&self) -> MultiLoggerNotSetupError
fn clone(&self) -> MultiLoggerNotSetupError
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 moresource§impl Debug for MultiLoggerNotSetupError
impl Debug for MultiLoggerNotSetupError
impl Copy for MultiLoggerNotSetupError
Auto Trait Implementations§
impl Freeze for MultiLoggerNotSetupError
impl RefUnwindSafe for MultiLoggerNotSetupError
impl Send for MultiLoggerNotSetupError
impl Sync for MultiLoggerNotSetupError
impl Unpin for MultiLoggerNotSetupError
impl UnwindSafe for MultiLoggerNotSetupError
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