pub(super) struct A0(());
Tuple Fields§
§0: ()
Trait Implementations§
Auto Trait Implementations§
impl Freeze for A0
impl RefUnwindSafe for A0
impl Send for A0
impl Sync for A0
impl Unpin for A0
impl UnwindSafe for A0
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