pub struct LogsOptions { /* private fields */ }
Expand description
Options for controlling log request results
Implementations§
Source§impl LogsOptions
impl LogsOptions
Trait Implementations§
Source§impl Debug for LogsOptions
impl Debug for LogsOptions
Source§impl Default for LogsOptions
impl Default for LogsOptions
Source§fn default() -> LogsOptions
fn default() -> LogsOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LogsOptions
impl RefUnwindSafe for LogsOptions
impl Send for LogsOptions
impl Sync for LogsOptions
impl Unpin for LogsOptions
impl UnwindSafe for LogsOptions
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