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