pub struct UpdateActivityRequest { /* private fields */ }Expand description
Builder for PUT /activities/{id}. Takes the activity id and an
UpdatableActivity body describing the fields to change.
Implementations§
Trait Implementations§
Source§impl Sendable<DetailedActivity> for UpdateActivityRequest
impl Sendable<DetailedActivity> for UpdateActivityRequest
fn send<'async_trait>(
self,
) -> Pin<Box<dyn Future<Output = Result<DetailedActivity, ErrorWrapper>> + Send + 'async_trait>>where
Self: 'async_trait,
Auto Trait Implementations§
impl Freeze for UpdateActivityRequest
impl RefUnwindSafe for UpdateActivityRequest
impl Send for UpdateActivityRequest
impl Sync for UpdateActivityRequest
impl Unpin for UpdateActivityRequest
impl UnsafeUnpin for UpdateActivityRequest
impl UnwindSafe for UpdateActivityRequest
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