pub enum ForceID {
Name(&'static str),
Index(u8),
Force(LuaForce),
}Expand description
A force may be specified in one of three ways.
Variants§
Trait Implementations§
impl Copy for ForceID
impl StructuralPartialEq for ForceID
Auto Trait Implementations§
impl Freeze for ForceID
impl RefUnwindSafe for ForceID
impl Send for ForceID
impl Sync for ForceID
impl Unpin for ForceID
impl UnsafeUnpin for ForceID
impl UnwindSafe for ForceID
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