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