pub enum LogisticMode {
ActiveProvider,
PassiveProvider,
Requester,
Storage,
Buffer,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for LogisticMode
impl Clone for LogisticMode
Source§fn clone(&self) -> LogisticMode
fn clone(&self) -> LogisticMode
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 LogisticMode
Source§impl Debug for LogisticMode
impl Debug for LogisticMode
Source§impl Default for LogisticMode
impl Default for LogisticMode
impl Eq for LogisticMode
Source§impl From<LogisticMode> for LuaAny
impl From<LogisticMode> for LuaAny
Source§fn from(_: LogisticMode) -> Self
fn from(_: LogisticMode) -> Self
Converts to this type from the input type.
Source§impl From<LogisticMode> for &'static str
impl From<LogisticMode> for &'static str
Source§fn from(value: LogisticMode) -> Self
fn from(value: LogisticMode) -> Self
Converts to this type from the input type.
Source§impl Hash for LogisticMode
impl Hash for LogisticMode
Source§impl PartialEq for LogisticMode
impl PartialEq for LogisticMode
Source§impl PartialEq<&str> for LogisticMode
impl PartialEq<&str> for LogisticMode
Source§impl PartialEq<LogisticMode> for &str
impl PartialEq<LogisticMode> for &str
impl StructuralPartialEq for LogisticMode
Auto Trait Implementations§
impl Freeze for LogisticMode
impl RefUnwindSafe for LogisticMode
impl Send for LogisticMode
impl Sync for LogisticMode
impl Unpin for LogisticMode
impl UnsafeUnpin for LogisticMode
impl UnwindSafe for LogisticMode
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