pub struct PlanetConstraints { /* private fields */ }Expand description
Contains planet rules constraints (see PlanetType).
Auto Trait Implementations§
impl Freeze for PlanetConstraints
impl RefUnwindSafe for PlanetConstraints
impl Send for PlanetConstraints
impl Sync for PlanetConstraints
impl Unpin for PlanetConstraints
impl UnwindSafe for PlanetConstraints
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