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