pub struct PatchGwApiV1AccountsAccountidStatusRequestPath {
pub account_id: String,
}Fields§
§account_id: StringTrait Implementations§
Source§impl Clone for PatchGwApiV1AccountsAccountidStatusRequestPath
impl Clone for PatchGwApiV1AccountsAccountidStatusRequestPath
Source§fn clone(&self) -> PatchGwApiV1AccountsAccountidStatusRequestPath
fn clone(&self) -> PatchGwApiV1AccountsAccountidStatusRequestPath
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 moreSource§impl PartialEq for PatchGwApiV1AccountsAccountidStatusRequestPath
impl PartialEq for PatchGwApiV1AccountsAccountidStatusRequestPath
Source§fn eq(&self, other: &PatchGwApiV1AccountsAccountidStatusRequestPath) -> bool
fn eq(&self, other: &PatchGwApiV1AccountsAccountidStatusRequestPath) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl<'v_a> ValidateArgs<'v_a> for PatchGwApiV1AccountsAccountidStatusRequestPath
impl<'v_a> ValidateArgs<'v_a> for PatchGwApiV1AccountsAccountidStatusRequestPath
impl StructuralPartialEq for PatchGwApiV1AccountsAccountidStatusRequestPath
Auto Trait Implementations§
impl Freeze for PatchGwApiV1AccountsAccountidStatusRequestPath
impl RefUnwindSafe for PatchGwApiV1AccountsAccountidStatusRequestPath
impl Send for PatchGwApiV1AccountsAccountidStatusRequestPath
impl Sync for PatchGwApiV1AccountsAccountidStatusRequestPath
impl Unpin for PatchGwApiV1AccountsAccountidStatusRequestPath
impl UnsafeUnpin for PatchGwApiV1AccountsAccountidStatusRequestPath
impl UnwindSafe for PatchGwApiV1AccountsAccountidStatusRequestPath
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