pub struct LinearClient { /* private fields */ }Implementations§
Source§impl LinearClient
impl LinearClient
Auto Trait Implementations§
impl Freeze for LinearClient
impl !RefUnwindSafe for LinearClient
impl Send for LinearClient
impl Sync for LinearClient
impl Unpin for LinearClient
impl !UnwindSafe for LinearClient
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