Struct open_lark::client::LarkClientBuilder
source · pub struct LarkClientBuilder { /* private fields */ }Implementations§
source§impl LarkClientBuilder
impl LarkClientBuilder
pub fn with_app_type(self, app_type: AppType) -> Self
pub fn with_marketplace_app(self) -> Self
pub fn with_open_base_url(self, base_url: String) -> Self
pub fn with_enable_token_cache(self, enable: bool) -> Self
pub fn with_req_timeout(self, timeout: Option<f32>) -> Self
pub fn build(self) -> LarkClient
Auto Trait Implementations§
impl Freeze for LarkClientBuilder
impl !RefUnwindSafe for LarkClientBuilder
impl Send for LarkClientBuilder
impl Sync for LarkClientBuilder
impl Unpin for LarkClientBuilder
impl !UnwindSafe for LarkClientBuilder
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