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