pub struct LogLs;
Trait Implementations§
Source§impl ApiRequest for LogLs
impl ApiRequest for LogLs
Source§impl Serialize for LogLs
impl Serialize for LogLs
Source§fn serialize<S>(
&self,
serializer: S,
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
fn serialize<S>(
&self,
serializer: S,
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
Serialize this value into the given Serde serializer. Read more
Auto Trait Implementations§
impl Freeze for LogLs
impl RefUnwindSafe for LogLs
impl Send for LogLs
impl Sync for LogLs
impl Unpin for LogLs
impl UnwindSafe for LogLs
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