pub struct GetAccountOwnersRequestPath {
pub account_id: String,
}Fields§
§account_id: StringThe account identifier to receive information for
Trait Implementations§
Source§impl Clone for GetAccountOwnersRequestPath
impl Clone for GetAccountOwnersRequestPath
Source§fn clone(&self) -> GetAccountOwnersRequestPath
fn clone(&self) -> GetAccountOwnersRequestPath
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 Debug for GetAccountOwnersRequestPath
impl Debug for GetAccountOwnersRequestPath
Source§impl<'v_a> ValidateArgs<'v_a> for GetAccountOwnersRequestPath
impl<'v_a> ValidateArgs<'v_a> for GetAccountOwnersRequestPath
impl StructuralPartialEq for GetAccountOwnersRequestPath
Auto Trait Implementations§
impl Freeze for GetAccountOwnersRequestPath
impl RefUnwindSafe for GetAccountOwnersRequestPath
impl Send for GetAccountOwnersRequestPath
impl Sync for GetAccountOwnersRequestPath
impl Unpin for GetAccountOwnersRequestPath
impl UnsafeUnpin for GetAccountOwnersRequestPath
impl UnwindSafe for GetAccountOwnersRequestPath
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