pub struct GetMasterAccountRequest {}
Trait Implementations§
Source§impl Clone for GetMasterAccountRequest
impl Clone for GetMasterAccountRequest
Source§fn clone(&self) -> GetMasterAccountRequest
fn clone(&self) -> GetMasterAccountRequest
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 GetMasterAccountRequest
impl Debug for GetMasterAccountRequest
Source§impl Default for GetMasterAccountRequest
impl Default for GetMasterAccountRequest
Source§fn default() -> GetMasterAccountRequest
fn default() -> GetMasterAccountRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetMasterAccountRequest
impl PartialEq for GetMasterAccountRequest
Source§impl Serialize for GetMasterAccountRequest
impl Serialize for GetMasterAccountRequest
impl StructuralPartialEq for GetMasterAccountRequest
Auto Trait Implementations§
impl Freeze for GetMasterAccountRequest
impl RefUnwindSafe for GetMasterAccountRequest
impl Send for GetMasterAccountRequest
impl Sync for GetMasterAccountRequest
impl Unpin for GetMasterAccountRequest
impl UnwindSafe for GetMasterAccountRequest
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