pub struct LineModuleAttachApiClient<C>{ /* private fields */ }Implementations§
Source§impl<C> LineModuleAttachApiClient<C>
impl<C> LineModuleAttachApiClient<C>
pub fn new(configuration: Arc<Configuration<C>>) -> LineModuleAttachApiClient<C>
Trait Implementations§
Source§impl<C> Clone for LineModuleAttachApiClient<C>
impl<C> Clone for LineModuleAttachApiClient<C>
Source§fn clone(&self) -> LineModuleAttachApiClient<C>
fn clone(&self) -> LineModuleAttachApiClient<C>
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<C> LineModuleAttachApi for LineModuleAttachApiClient<C>
impl<C> LineModuleAttachApi for LineModuleAttachApiClient<C>
async fn attach_module( &self, grant_type: &str, code: &str, redirect_uri: &str, code_verifier: Option<&str>, client_id: Option<&str>, client_secret: Option<&str>, region: Option<&str>, basic_search_id: Option<&str>, scope: Option<&str>, brand_type: Option<&str>, ) -> Result<AttachModuleResponse, Error>
Auto Trait Implementations§
impl<C> Freeze for LineModuleAttachApiClient<C>
impl<C> !RefUnwindSafe for LineModuleAttachApiClient<C>
impl<C> Send for LineModuleAttachApiClient<C>
impl<C> Sync for LineModuleAttachApiClient<C>
impl<C> Unpin for LineModuleAttachApiClient<C>
impl<C> UnsafeUnpin for LineModuleAttachApiClient<C>
impl<C> !UnwindSafe for LineModuleAttachApiClient<C>
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