pub struct GetLogEndpointErrorsParams {
pub service_id: String,
pub from: Option<i64>,
pub to: Option<i64>,
pub filter_endpoint: Option<String>,
}Expand description
struct for passing parameters to the method get_log_endpoint_errors
Fields§
§service_id: String§from: Option<i64>§to: Option<i64>§filter_endpoint: Option<String>Trait Implementations§
Source§impl Clone for GetLogEndpointErrorsParams
impl Clone for GetLogEndpointErrorsParams
Source§fn clone(&self) -> GetLogEndpointErrorsParams
fn clone(&self) -> GetLogEndpointErrorsParams
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 GetLogEndpointErrorsParams
impl Debug for GetLogEndpointErrorsParams
Source§impl Default for GetLogEndpointErrorsParams
impl Default for GetLogEndpointErrorsParams
Source§fn default() -> GetLogEndpointErrorsParams
fn default() -> GetLogEndpointErrorsParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetLogEndpointErrorsParams
impl RefUnwindSafe for GetLogEndpointErrorsParams
impl Send for GetLogEndpointErrorsParams
impl Sync for GetLogEndpointErrorsParams
impl Unpin for GetLogEndpointErrorsParams
impl UnsafeUnpin for GetLogEndpointErrorsParams
impl UnwindSafe for GetLogEndpointErrorsParams
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