pub struct Asteroid { /* private fields */ }Expand description
Represents an asteroid object, instanciable by the orchestrator.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Asteroid
impl RefUnwindSafe for Asteroid
impl Send for Asteroid
impl Sync for Asteroid
impl Unpin for Asteroid
impl UnwindSafe for Asteroid
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