pub struct EarlyDebugWrite;
Trait Implementations§
Source§impl Clone for EarlyDebugWrite
impl Clone for EarlyDebugWrite
Source§fn clone(&self) -> EarlyDebugWrite
fn clone(&self) -> EarlyDebugWrite
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 Write for EarlyDebugWrite
impl Write for EarlyDebugWrite
impl Copy for EarlyDebugWrite
impl StdoutWrite for EarlyDebugWrite
Auto Trait Implementations§
impl Freeze for EarlyDebugWrite
impl RefUnwindSafe for EarlyDebugWrite
impl Send for EarlyDebugWrite
impl Sync for EarlyDebugWrite
impl Unpin for EarlyDebugWrite
impl UnwindSafe for EarlyDebugWrite
Blanket Implementations§
Source§impl<T> Background for T
impl<T> Background for T
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