pub struct KeyLogResponse {
pub log: Vec<Log>,
}
Fields§
§log: Vec<Log>
Trait Implementations§
Source§impl Clone for KeyLogResponse
impl Clone for KeyLogResponse
Source§fn clone(&self) -> KeyLogResponse
fn clone(&self) -> KeyLogResponse
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 KeyLogResponse
impl Debug for KeyLogResponse
Source§impl<'de> Deserialize<'de> for KeyLogResponse
impl<'de> Deserialize<'de> for KeyLogResponse
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 PartialEq for KeyLogResponse
impl PartialEq for KeyLogResponse
impl StructuralPartialEq for KeyLogResponse
Auto Trait Implementations§
impl Freeze for KeyLogResponse
impl RefUnwindSafe for KeyLogResponse
impl Send for KeyLogResponse
impl Sync for KeyLogResponse
impl Unpin for KeyLogResponse
impl UnwindSafe for KeyLogResponse
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