pub struct LogStreamEmpty { /* private fields */ }
Expand description
The log is written nowhere
Implementations§
Trait Implementations§
Source§impl AsRef<LogStreamEmpty> for LogStreamEmpty
impl AsRef<LogStreamEmpty> for LogStreamEmpty
Source§fn as_ref(&self) -> &LogStreamEmpty
fn as_ref(&self) -> &LogStreamEmpty
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for LogStreamEmpty
impl Clone for LogStreamEmpty
Source§fn clone(&self) -> LogStreamEmpty
fn clone(&self) -> LogStreamEmpty
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 LogStreamEmpty
impl Debug for LogStreamEmpty
Source§impl Default for LogStreamEmpty
impl Default for LogStreamEmpty
Source§fn default() -> LogStreamEmpty
fn default() -> LogStreamEmpty
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LogStreamEmpty
impl<'de> Deserialize<'de> for LogStreamEmpty
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for LogStreamEmpty
impl Serialize for LogStreamEmpty
impl TDLogStream for LogStreamEmpty
Auto Trait Implementations§
impl Freeze for LogStreamEmpty
impl RefUnwindSafe for LogStreamEmpty
impl Send for LogStreamEmpty
impl Sync for LogStreamEmpty
impl Unpin for LogStreamEmpty
impl UnwindSafe for LogStreamEmpty
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