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
impl Eq for LuaItemPrototypeSendToOrbitMode
Source§impl From<LuaItemPrototypeSendToOrbitMode> for LuaAny
impl From<LuaItemPrototypeSendToOrbitMode> for LuaAny
Source§fn from(_: LuaItemPrototypeSendToOrbitMode) -> Self
fn from(_: LuaItemPrototypeSendToOrbitMode) -> Self
Converts to this type from the input type.
Source§impl From<LuaItemPrototypeSendToOrbitMode> for &'static str
impl From<LuaItemPrototypeSendToOrbitMode> for &'static str
Source§fn from(value: LuaItemPrototypeSendToOrbitMode) -> Self
fn from(value: LuaItemPrototypeSendToOrbitMode) -> Self
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