pub struct GlmClient;Implementations§
Auto Trait Implementations§
impl Freeze for GlmClient
impl RefUnwindSafe for GlmClient
impl Send for GlmClient
impl Sync for GlmClient
impl Unpin for GlmClient
impl UnsafeUnpin for GlmClient
impl UnwindSafe for GlmClient
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