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