pub enum ForceSet {
Many(&'static [ForceID]),
One(ForceID),
}Expand description
Set of forces. Can be specified in one of two ways.
Variants§
Trait Implementations§
impl Copy for ForceSet
impl StructuralPartialEq for ForceSet
Auto Trait Implementations§
impl Freeze for ForceSet
impl RefUnwindSafe for ForceSet
impl Send for ForceSet
impl Sync for ForceSet
impl Unpin for ForceSet
impl UnsafeUnpin for ForceSet
impl UnwindSafe for ForceSet
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