pub struct LabStoredDurability {
pub durability: f64,
pub quality: LuaAny,
}Fields§
§durability: f64§quality: LuaAnyTrait Implementations§
Source§impl Clone for LabStoredDurability
impl Clone for LabStoredDurability
Source§fn clone(&self) -> LabStoredDurability
fn clone(&self) -> LabStoredDurability
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 LabStoredDurability
Source§impl Debug for LabStoredDurability
impl Debug for LabStoredDurability
Source§impl Default for LabStoredDurability
impl Default for LabStoredDurability
Source§fn default() -> LabStoredDurability
fn default() -> LabStoredDurability
Returns the “default value” for a type. Read more
Source§impl PartialEq for LabStoredDurability
impl PartialEq for LabStoredDurability
impl StructuralPartialEq for LabStoredDurability
Auto Trait Implementations§
impl Freeze for LabStoredDurability
impl RefUnwindSafe for LabStoredDurability
impl Send for LabStoredDurability
impl Sync for LabStoredDurability
impl Unpin for LabStoredDurability
impl UnsafeUnpin for LabStoredDurability
impl UnwindSafe for LabStoredDurability
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