Struct botapi::gen_methods::CallGetBusinessConnection
source · pub struct CallGetBusinessConnection<'a> { /* private fields */ }Implementations§
source§impl<'a> CallGetBusinessConnection<'a>
impl<'a> CallGetBusinessConnection<'a>
sourcepub fn business_connection_id(self, business_connection_id: &'a str) -> Self
pub fn business_connection_id(self, business_connection_id: &'a str) -> Self
Unique identifier of the business connection
pub fn get_business_connection_id(&'a self) -> &'a &'a str
pub async fn build(self) -> BotResult<BusinessConnection>
Auto Trait Implementations§
impl<'a> Freeze for CallGetBusinessConnection<'a>
impl<'a> !RefUnwindSafe for CallGetBusinessConnection<'a>
impl<'a> Send for CallGetBusinessConnection<'a>
impl<'a> Sync for CallGetBusinessConnection<'a>
impl<'a> Unpin for CallGetBusinessConnection<'a>
impl<'a> !UnwindSafe for CallGetBusinessConnection<'a>
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