pub struct GetConnectedAccountParams {
pub account_id: String,
}Expand description
struct for passing parameters to the method
ConnectedAccountsBetaApi::get_connected_account
Fields§
§account_id: StringThe ID of the account to fetch.
Implementations§
Source§impl GetConnectedAccountParams
impl GetConnectedAccountParams
Sourcepub fn builder() -> GetConnectedAccountParamsBuilder
pub fn builder() -> GetConnectedAccountParamsBuilder
Create an instance of GetConnectedAccountParams using the builder syntax
Trait Implementations§
Source§impl Clone for GetConnectedAccountParams
impl Clone for GetConnectedAccountParams
Source§fn clone(&self) -> GetConnectedAccountParams
fn clone(&self) -> GetConnectedAccountParams
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 moreAuto Trait Implementations§
impl Freeze for GetConnectedAccountParams
impl RefUnwindSafe for GetConnectedAccountParams
impl Send for GetConnectedAccountParams
impl Sync for GetConnectedAccountParams
impl Unpin for GetConnectedAccountParams
impl UnwindSafe for GetConnectedAccountParams
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