pub struct Acres { /* private fields */ }Implementations§
Trait Implementations§
Source§impl AddAssign for Acres
impl AddAssign for Acres
Source§fn add_assign(&mut self, rhs: Self)
fn add_assign(&mut self, rhs: Self)
Performs the
+= operation. Read moreSource§impl<'__de, __Context> BorrowDecode<'__de, __Context> for Acres
impl<'__de, __Context> BorrowDecode<'__de, __Context> for Acres
Source§fn borrow_decode<__D: BorrowDecoder<'__de, Context = __Context>>(
decoder: &mut __D,
) -> Result<Self, DecodeError>
fn borrow_decode<__D: BorrowDecoder<'__de, Context = __Context>>( decoder: &mut __D, ) -> Result<Self, DecodeError>
Attempt to decode this type with the given BorrowDecode.
Source§impl From<f64> for Acres
impl From<f64> for Acres
Source§fn from(native: NativeType) -> Acres
fn from(native: NativeType) -> Acres
Converts to this type from the input type.
Source§impl Into<f64> for Acres
impl Into<f64> for Acres
Source§fn into(self) -> NativeType
fn into(self) -> NativeType
Converts this type into the (usually inferred) input type.
Source§impl PartialOrd for Acres
impl PartialOrd for Acres
Source§impl SubAssign for Acres
impl SubAssign for Acres
Source§fn sub_assign(&mut self, rhs: Self)
fn sub_assign(&mut self, rhs: Self)
Performs the
-= operation. Read moreimpl Copy for Acres
Auto Trait Implementations§
impl Freeze for Acres
impl RefUnwindSafe for Acres
impl Send for Acres
impl Sync for Acres
impl Unpin for Acres
impl UnwindSafe for Acres
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