pub struct LogisticsNetworkSupplyCounts {
pub active_provider: u32,
pub buffer: u32,
pub passive_provider: u32,
pub storage: u32,
}Fields§
§active_provider: u32§buffer: u32§passive_provider: u32§storage: u32Trait Implementations§
Source§impl Clone for LogisticsNetworkSupplyCounts
impl Clone for LogisticsNetworkSupplyCounts
Source§fn clone(&self) -> LogisticsNetworkSupplyCounts
fn clone(&self) -> LogisticsNetworkSupplyCounts
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 LogisticsNetworkSupplyCounts
Source§impl Debug for LogisticsNetworkSupplyCounts
impl Debug for LogisticsNetworkSupplyCounts
Source§impl Default for LogisticsNetworkSupplyCounts
impl Default for LogisticsNetworkSupplyCounts
Source§fn default() -> LogisticsNetworkSupplyCounts
fn default() -> LogisticsNetworkSupplyCounts
Returns the “default value” for a type. Read more
impl StructuralPartialEq for LogisticsNetworkSupplyCounts
Auto Trait Implementations§
impl Freeze for LogisticsNetworkSupplyCounts
impl RefUnwindSafe for LogisticsNetworkSupplyCounts
impl Send for LogisticsNetworkSupplyCounts
impl Sync for LogisticsNetworkSupplyCounts
impl Unpin for LogisticsNetworkSupplyCounts
impl UnsafeUnpin for LogisticsNetworkSupplyCounts
impl UnwindSafe for LogisticsNetworkSupplyCounts
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