pub enum LuaItemPrototypeSendToOrbitMode {
NotSendable,
Manual,
Automated,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for LuaItemPrototypeSendToOrbitMode
impl Clone for LuaItemPrototypeSendToOrbitMode
Source§fn clone(&self) -> LuaItemPrototypeSendToOrbitMode
fn clone(&self) -> LuaItemPrototypeSendToOrbitMode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for LuaItemPrototypeSendToOrbitMode
Source§impl Default for LuaItemPrototypeSendToOrbitMode
impl Default for LuaItemPrototypeSendToOrbitMode
Source§fn default() -> LuaItemPrototypeSendToOrbitMode
fn default() -> LuaItemPrototypeSendToOrbitMode
Returns the “default value” for a type. Read more
impl Eq for LuaItemPrototypeSendToOrbitMode
Source§impl From<LuaItemPrototypeSendToOrbitMode> for &'static str
impl From<LuaItemPrototypeSendToOrbitMode> for &'static str
Source§fn from(value: LuaItemPrototypeSendToOrbitMode) -> &'static str
fn from(value: LuaItemPrototypeSendToOrbitMode) -> &'static str
Converts to this type from the input type.
Source§impl PartialEq<&str> for LuaItemPrototypeSendToOrbitMode
impl PartialEq<&str> for LuaItemPrototypeSendToOrbitMode
Source§impl PartialEq<LuaItemPrototypeSendToOrbitMode> for &str
impl PartialEq<LuaItemPrototypeSendToOrbitMode> for &str
impl StructuralPartialEq for LuaItemPrototypeSendToOrbitMode
Auto Trait Implementations§
impl Freeze for LuaItemPrototypeSendToOrbitMode
impl RefUnwindSafe for LuaItemPrototypeSendToOrbitMode
impl Send for LuaItemPrototypeSendToOrbitMode
impl Sync for LuaItemPrototypeSendToOrbitMode
impl Unpin for LuaItemPrototypeSendToOrbitMode
impl UnsafeUnpin for LuaItemPrototypeSendToOrbitMode
impl UnwindSafe for LuaItemPrototypeSendToOrbitMode
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