pub struct BlockingClientBuilder { /* private fields */ }
Expand description
Used to create a [Client] that can point to a different URL than the default Clickatell One gateway
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BlockingClientBuilder
impl RefUnwindSafe for BlockingClientBuilder
impl Send for BlockingClientBuilder
impl Sync for BlockingClientBuilder
impl Unpin for BlockingClientBuilder
impl UnwindSafe for BlockingClientBuilder
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