pub struct LINEBuilder { /* private fields */ }Expand description
Builder for configuring a LINE client.
Obtained via LINE::builder.
Implementations§
Auto Trait Implementations§
impl Freeze for LINEBuilder
impl RefUnwindSafe for LINEBuilder
impl Send for LINEBuilder
impl Sync for LINEBuilder
impl Unpin for LINEBuilder
impl UnsafeUnpin for LINEBuilder
impl UnwindSafe for LINEBuilder
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