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