pub enum SpectatorJoinError {}Auto Trait Implementations§
impl Freeze for SpectatorJoinError
impl RefUnwindSafe for SpectatorJoinError
impl Send for SpectatorJoinError
impl Sync for SpectatorJoinError
impl Unpin for SpectatorJoinError
impl UnwindSafe for SpectatorJoinError
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