pub struct UpdateResourceByExternalIdParams {
pub body: UpdateResourceByExternalIdParamsBody,
}Fields§
§body: UpdateResourceByExternalIdParamsBodyRequest body sent with this call.
Required.
Implementations§
Source§impl UpdateResourceByExternalIdParams
impl UpdateResourceByExternalIdParams
Sourcepub fn new(body: UpdateResourceByExternalIdParamsBody) -> Self
pub fn new(body: UpdateResourceByExternalIdParamsBody) -> Self
Construct a new UpdateResourceByExternalIdParams with the required fields set.
Trait Implementations§
Source§impl Clone for UpdateResourceByExternalIdParams
impl Clone for UpdateResourceByExternalIdParams
Source§fn clone(&self) -> UpdateResourceByExternalIdParams
fn clone(&self) -> UpdateResourceByExternalIdParams
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 moreAuto Trait Implementations§
impl Freeze for UpdateResourceByExternalIdParams
impl RefUnwindSafe for UpdateResourceByExternalIdParams
impl Send for UpdateResourceByExternalIdParams
impl Sync for UpdateResourceByExternalIdParams
impl Unpin for UpdateResourceByExternalIdParams
impl UnsafeUnpin for UpdateResourceByExternalIdParams
impl UnwindSafe for UpdateResourceByExternalIdParams
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