pub struct SpentFluidSpecification {
pub amount: f64,
pub name: &'static str,
pub temperature: f32,
}Fields§
§amount: f64§name: &'static str§temperature: f32Trait Implementations§
Source§impl Clone for SpentFluidSpecification
impl Clone for SpentFluidSpecification
Source§fn clone(&self) -> SpentFluidSpecification
fn clone(&self) -> SpentFluidSpecification
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 SpentFluidSpecification
Source§impl Debug for SpentFluidSpecification
impl Debug for SpentFluidSpecification
Source§impl Default for SpentFluidSpecification
impl Default for SpentFluidSpecification
Source§fn default() -> SpentFluidSpecification
fn default() -> SpentFluidSpecification
Returns the “default value” for a type. Read more
Source§impl PartialEq for SpentFluidSpecification
impl PartialEq for SpentFluidSpecification
impl StructuralPartialEq for SpentFluidSpecification
Auto Trait Implementations§
impl Freeze for SpentFluidSpecification
impl RefUnwindSafe for SpentFluidSpecification
impl Send for SpentFluidSpecification
impl Sync for SpentFluidSpecification
impl Unpin for SpentFluidSpecification
impl UnsafeUnpin for SpentFluidSpecification
impl UnwindSafe for SpentFluidSpecification
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