pub struct GetEventLogParams {
pub tenant_id: String,
pub url_id: String,
pub user_id_ws: String,
pub start_time: i64,
pub end_time: i64,
}Expand description
struct for passing parameters to the method get_event_log
Fields§
§tenant_id: String§url_id: String§user_id_ws: String§start_time: i64§end_time: i64Trait Implementations§
Source§impl Clone for GetEventLogParams
impl Clone for GetEventLogParams
Source§fn clone(&self) -> GetEventLogParams
fn clone(&self) -> GetEventLogParams
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 moreAuto Trait Implementations§
impl Freeze for GetEventLogParams
impl RefUnwindSafe for GetEventLogParams
impl Send for GetEventLogParams
impl Sync for GetEventLogParams
impl Unpin for GetEventLogParams
impl UnwindSafe for GetEventLogParams
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