pub struct GetProjectLogsRequest {
pub base_url: String,
pub workspace_id: String,
pub user_id: String,
pub offset: String,
pub limit: String,
pub sort_by: String,
pub action_names: String,
}
Fields§
§base_url: String
§workspace_id: String
§user_id: String
§offset: String
§limit: String
§sort_by: String
§action_names: String
Auto Trait Implementations§
impl Freeze for GetProjectLogsRequest
impl RefUnwindSafe for GetProjectLogsRequest
impl Send for GetProjectLogsRequest
impl Sync for GetProjectLogsRequest
impl Unpin for GetProjectLogsRequest
impl UnwindSafe for GetProjectLogsRequest
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