pub struct LogisticFilter {
pub name: Prototype,
pub index: OneBasedIndex,
pub count: ItemCountType,
}
Expand description
https://wiki.factorio.com/Blueprint_string_format#Logistic_filter_object
Fields§
§name: Prototype
§index: OneBasedIndex
§count: ItemCountType
Trait Implementations§
Source§impl Clone for LogisticFilter
impl Clone for LogisticFilter
Source§fn clone(&self) -> LogisticFilter
fn clone(&self) -> LogisticFilter
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for LogisticFilter
impl Debug for LogisticFilter
Source§impl<'de> Deserialize<'de> for LogisticFilter
impl<'de> Deserialize<'de> for LogisticFilter
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for LogisticFilter
impl PartialEq for LogisticFilter
Source§impl Serialize for LogisticFilter
impl Serialize for LogisticFilter
impl Eq for LogisticFilter
impl StructuralPartialEq for LogisticFilter
Auto Trait Implementations§
impl Freeze for LogisticFilter
impl RefUnwindSafe for LogisticFilter
impl Send for LogisticFilter
impl Sync for LogisticFilter
impl Unpin for LogisticFilter
impl UnwindSafe for LogisticFilter
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