pub struct ListLogsRequest {
pub after: Option<i64>,
pub limit: Option<u32>,
}Fields§
§after: Option<i64>§limit: Option<u32>Trait Implementations§
Source§impl Clone for ListLogsRequest
impl Clone for ListLogsRequest
Source§fn clone(&self) -> ListLogsRequest
fn clone(&self) -> ListLogsRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ListLogsRequest
impl Debug for ListLogsRequest
Source§impl<'de> Deserialize<'de> for ListLogsRequest
impl<'de> Deserialize<'de> for ListLogsRequest
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
impl Eq for ListLogsRequest
Source§impl PartialEq for ListLogsRequest
impl PartialEq for ListLogsRequest
Source§impl Serialize for ListLogsRequest
impl Serialize for ListLogsRequest
impl StructuralPartialEq for ListLogsRequest
Auto Trait Implementations§
impl Freeze for ListLogsRequest
impl RefUnwindSafe for ListLogsRequest
impl Send for ListLogsRequest
impl Sync for ListLogsRequest
impl Unpin for ListLogsRequest
impl UnsafeUnpin for ListLogsRequest
impl UnwindSafe for ListLogsRequest
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