pub struct GetActivityLogRequest {
pub activity_id: String,
}Expand description
Request parameters for retrieving a specific activity log.
Fields§
§activity_id: StringImplementations§
Trait Implementations§
Source§impl Clone for GetActivityLogRequest
impl Clone for GetActivityLogRequest
Source§fn clone(&self) -> GetActivityLogRequest
fn clone(&self) -> GetActivityLogRequest
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 GetActivityLogRequest
impl RefUnwindSafe for GetActivityLogRequest
impl Send for GetActivityLogRequest
impl Sync for GetActivityLogRequest
impl Unpin for GetActivityLogRequest
impl UnwindSafe for GetActivityLogRequest
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