pub struct ConsoleOpsLog;Expand description
stderr/stdout structured lines (default dev adapter).
Trait Implementations§
Source§impl Clone for ConsoleOpsLog
impl Clone for ConsoleOpsLog
Source§fn clone(&self) -> ConsoleOpsLog
fn clone(&self) -> ConsoleOpsLog
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ConsoleOpsLog
Source§impl Debug for ConsoleOpsLog
impl Debug for ConsoleOpsLog
Source§impl Default for ConsoleOpsLog
impl Default for ConsoleOpsLog
Source§fn default() -> ConsoleOpsLog
fn default() -> ConsoleOpsLog
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ConsoleOpsLog
impl RefUnwindSafe for ConsoleOpsLog
impl Send for ConsoleOpsLog
impl Sync for ConsoleOpsLog
impl Unpin for ConsoleOpsLog
impl UnsafeUnpin for ConsoleOpsLog
impl UnwindSafe for ConsoleOpsLog
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