pub struct LogStreamAdapter;Expand description
Log stream adapter wrapper.
Trait Implementations§
Source§impl Adapter for LogStreamAdapter
impl Adapter for LogStreamAdapter
Source§impl Clone for LogStreamAdapter
impl Clone for LogStreamAdapter
Source§fn clone(&self) -> LogStreamAdapter
fn clone(&self) -> LogStreamAdapter
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 moreSource§impl Debug for LogStreamAdapter
impl Debug for LogStreamAdapter
Source§impl Default for LogStreamAdapter
impl Default for LogStreamAdapter
Source§fn default() -> LogStreamAdapter
fn default() -> LogStreamAdapter
Returns the “default value” for a type. Read more
impl Copy for LogStreamAdapter
Auto Trait Implementations§
impl Freeze for LogStreamAdapter
impl RefUnwindSafe for LogStreamAdapter
impl Send for LogStreamAdapter
impl Sync for LogStreamAdapter
impl Unpin for LogStreamAdapter
impl UnsafeUnpin for LogStreamAdapter
impl UnwindSafe for LogStreamAdapter
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