pub struct LogisticContainerBlueprintControlBehavior {
pub circuit_condition: CircuitCondition,
pub circuit_condition_enabled: bool,
pub input_networks: CircuitNetworkSelection,
pub output_networks: CircuitNetworkSelection,
pub read_contents: bool,
pub set_requests: bool,
}Fields§
§circuit_condition: CircuitCondition§circuit_condition_enabled: bool§input_networks: CircuitNetworkSelection§output_networks: CircuitNetworkSelection§read_contents: bool§set_requests: boolTrait Implementations§
Source§impl Clone for LogisticContainerBlueprintControlBehavior
impl Clone for LogisticContainerBlueprintControlBehavior
Source§fn clone(&self) -> LogisticContainerBlueprintControlBehavior
fn clone(&self) -> LogisticContainerBlueprintControlBehavior
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 LogisticContainerBlueprintControlBehavior
Source§impl Default for LogisticContainerBlueprintControlBehavior
impl Default for LogisticContainerBlueprintControlBehavior
Source§fn default() -> LogisticContainerBlueprintControlBehavior
fn default() -> LogisticContainerBlueprintControlBehavior
Returns the “default value” for a type. Read more
impl StructuralPartialEq for LogisticContainerBlueprintControlBehavior
Auto Trait Implementations§
impl Freeze for LogisticContainerBlueprintControlBehavior
impl RefUnwindSafe for LogisticContainerBlueprintControlBehavior
impl Send for LogisticContainerBlueprintControlBehavior
impl Sync for LogisticContainerBlueprintControlBehavior
impl Unpin for LogisticContainerBlueprintControlBehavior
impl UnsafeUnpin for LogisticContainerBlueprintControlBehavior
impl UnwindSafe for LogisticContainerBlueprintControlBehavior
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