pub struct BuildingBomLineView {
pub template_id: String,
pub display_name: String,
pub per_m2: f32,
}Fields§
§template_id: String§display_name: String§per_m2: f32Trait Implementations§
Source§impl Clone for BuildingBomLineView
impl Clone for BuildingBomLineView
Source§fn clone(&self) -> BuildingBomLineView
fn clone(&self) -> BuildingBomLineView
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 BuildingBomLineView
impl Debug for BuildingBomLineView
Source§impl Default for BuildingBomLineView
impl Default for BuildingBomLineView
Source§fn default() -> BuildingBomLineView
fn default() -> BuildingBomLineView
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BuildingBomLineView
impl<'de> Deserialize<'de> for BuildingBomLineView
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for BuildingBomLineView
impl PartialEq for BuildingBomLineView
Source§impl Serialize for BuildingBomLineView
impl Serialize for BuildingBomLineView
impl StructuralPartialEq for BuildingBomLineView
Auto Trait Implementations§
impl Freeze for BuildingBomLineView
impl RefUnwindSafe for BuildingBomLineView
impl Send for BuildingBomLineView
impl Sync for BuildingBomLineView
impl Unpin for BuildingBomLineView
impl UnsafeUnpin for BuildingBomLineView
impl UnwindSafe for BuildingBomLineView
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