pub struct ContainerCandidate {
pub id: String,
pub name: String,
pub is_lodging: bool,
pub summary: String,
pub dist: f32,
}Expand description
One owned container row for the withdraw/deposit container pickers.
Fields§
§id: String§name: String§is_lodging: bool§summary: Stringe.g. oak_log ×12 · lumber ×4 or (empty).
dist: f32Trait Implementations§
Source§impl Clone for ContainerCandidate
impl Clone for ContainerCandidate
Source§fn clone(&self) -> ContainerCandidate
fn clone(&self) -> ContainerCandidate
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 moreSource§impl Debug for ContainerCandidate
impl Debug for ContainerCandidate
Source§impl PartialEq for ContainerCandidate
impl PartialEq for ContainerCandidate
impl StructuralPartialEq for ContainerCandidate
Auto Trait Implementations§
impl Freeze for ContainerCandidate
impl RefUnwindSafe for ContainerCandidate
impl Send for ContainerCandidate
impl Sync for ContainerCandidate
impl Unpin for ContainerCandidate
impl UnsafeUnpin for ContainerCandidate
impl UnwindSafe for ContainerCandidate
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