pub struct IoAtRaw<S: AsRaw>(/* private fields */);
Trait Implementations§
impl<S: Eq + AsRaw> Eq for IoAtRaw<S>
impl<S: AsRaw> StructuralPartialEq for IoAtRaw<S>
Auto Trait Implementations§
impl<S> Freeze for IoAtRaw<S>where
S: Freeze,
impl<S> RefUnwindSafe for IoAtRaw<S>where
S: RefUnwindSafe,
impl<S> Send for IoAtRaw<S>where
S: Send,
impl<S> Sync for IoAtRaw<S>where
S: Sync,
impl<S> Unpin for IoAtRaw<S>where
S: Unpin,
impl<S> UnwindSafe for IoAtRaw<S>where
S: UnwindSafe,
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