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