pub struct LogisticSections {
pub sections: &'static [LogisticSection],
pub trash_not_requested: bool,
}Fields§
§sections: &'static [LogisticSection]§trash_not_requested: boolTrait Implementations§
Source§impl Clone for LogisticSections
impl Clone for LogisticSections
Source§fn clone(&self) -> LogisticSections
fn clone(&self) -> LogisticSections
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 LogisticSections
Source§impl Debug for LogisticSections
impl Debug for LogisticSections
Source§impl Default for LogisticSections
impl Default for LogisticSections
Source§fn default() -> LogisticSections
fn default() -> LogisticSections
Returns the “default value” for a type. Read more
Source§impl PartialEq for LogisticSections
impl PartialEq for LogisticSections
impl StructuralPartialEq for LogisticSections
Auto Trait Implementations§
impl Freeze for LogisticSections
impl RefUnwindSafe for LogisticSections
impl Send for LogisticSections
impl Sync for LogisticSections
impl Unpin for LogisticSections
impl UnsafeUnpin for LogisticSections
impl UnwindSafe for LogisticSections
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