pub struct X10;
Implementations§
Auto Trait Implementations§
impl Freeze for X10
impl RefUnwindSafe for X10
impl Send for X10
impl Sync for X10
impl Unpin for X10
impl UnwindSafe for X10
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