#[repr(C)]pub struct GoaClient(/* private fields */);Trait Implementations§
Auto Trait Implementations§
impl Freeze for GoaClient
impl RefUnwindSafe for GoaClient
impl Send for GoaClient
impl Sync for GoaClient
impl Unpin for GoaClient
impl UnwindSafe for GoaClient
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