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