pub struct CompiledLogisticFilter {
pub comparator: ComparatorString,
pub count: i32,
pub index: LuaAny,
pub max_count: u32,
pub minimum_delivery_count: u32,
pub name: &'static str,
pub quality: &'static str,
pub request_from: RequestFromLocation,
pub type: SignalIDType,
}Fields§
§comparator: ComparatorString§count: i32§index: LuaAny§max_count: u32§minimum_delivery_count: u32§name: &'static str§quality: &'static str§request_from: RequestFromLocation§type: SignalIDTypeTrait Implementations§
Source§impl Clone for CompiledLogisticFilter
impl Clone for CompiledLogisticFilter
Source§fn clone(&self) -> CompiledLogisticFilter
fn clone(&self) -> CompiledLogisticFilter
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 CompiledLogisticFilter
Source§impl Debug for CompiledLogisticFilter
impl Debug for CompiledLogisticFilter
Source§impl Default for CompiledLogisticFilter
impl Default for CompiledLogisticFilter
Source§fn default() -> CompiledLogisticFilter
fn default() -> CompiledLogisticFilter
Returns the “default value” for a type. Read more
Source§impl PartialEq for CompiledLogisticFilter
impl PartialEq for CompiledLogisticFilter
impl StructuralPartialEq for CompiledLogisticFilter
Auto Trait Implementations§
impl Freeze for CompiledLogisticFilter
impl RefUnwindSafe for CompiledLogisticFilter
impl Send for CompiledLogisticFilter
impl Sync for CompiledLogisticFilter
impl Unpin for CompiledLogisticFilter
impl UnsafeUnpin for CompiledLogisticFilter
impl UnwindSafe for CompiledLogisticFilter
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