pub struct LogEventsGeneric {
pub updated_at: String,
pub items: Vec<LogEventItem>,
pub pagination: Option<ApiPagination>,
}Fields§
§updated_at: String§items: Vec<LogEventItem>§pagination: Option<ApiPagination>Trait Implementations§
Source§impl Clone for LogEventsGeneric
impl Clone for LogEventsGeneric
Source§fn clone(&self) -> LogEventsGeneric
fn clone(&self) -> LogEventsGeneric
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 LogEventsGeneric
impl Debug for LogEventsGeneric
Source§impl Default for LogEventsGeneric
impl Default for LogEventsGeneric
Source§fn default() -> LogEventsGeneric
fn default() -> LogEventsGeneric
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LogEventsGeneric
impl<'de> Deserialize<'de> for LogEventsGeneric
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 LogEventsGeneric
impl PartialEq for LogEventsGeneric
Source§impl Serialize for LogEventsGeneric
impl Serialize for LogEventsGeneric
impl StructuralPartialEq for LogEventsGeneric
Auto Trait Implementations§
impl Freeze for LogEventsGeneric
impl RefUnwindSafe for LogEventsGeneric
impl Send for LogEventsGeneric
impl Sync for LogEventsGeneric
impl Unpin for LogEventsGeneric
impl UnwindSafe for LogEventsGeneric
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