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