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