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