Struct rust_tdlib::types::LogStreamEmpty  
source · [−]pub struct LogStreamEmpty { /* private fields */ }Expand description
The log is written nowhere
Implementations
Trait Implementations
sourceimpl AsRef<LogStreamEmpty> for LogStreamEmpty
 
impl AsRef<LogStreamEmpty> for LogStreamEmpty
sourcefn as_ref(&self) -> &LogStreamEmpty
 
fn as_ref(&self) -> &LogStreamEmpty
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for LogStreamEmpty
 
impl Clone for LogStreamEmpty
sourcefn clone(&self) -> LogStreamEmpty
 
fn clone(&self) -> LogStreamEmpty
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for LogStreamEmpty
 
impl Debug for LogStreamEmpty
sourceimpl Default for LogStreamEmpty
 
impl Default for LogStreamEmpty
sourcefn default() -> LogStreamEmpty
 
fn default() -> LogStreamEmpty
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for LogStreamEmpty
 
impl<'de> Deserialize<'de> for LogStreamEmpty
sourcefn 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
sourceimpl Serialize for LogStreamEmpty
 
impl Serialize for LogStreamEmpty
impl TDLogStream for LogStreamEmpty
Auto Trait Implementations
impl RefUnwindSafe for LogStreamEmpty
impl Send for LogStreamEmpty
impl Sync for LogStreamEmpty
impl Unpin for LogStreamEmpty
impl UnwindSafe for LogStreamEmpty
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more