pub struct BudgetLedgerVersion(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for BudgetLedgerVersion
impl Clone for BudgetLedgerVersion
Source§fn clone(&self) -> BudgetLedgerVersion
fn clone(&self) -> BudgetLedgerVersion
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 BudgetLedgerVersion
Source§impl Debug for BudgetLedgerVersion
impl Debug for BudgetLedgerVersion
Source§impl Default for BudgetLedgerVersion
impl Default for BudgetLedgerVersion
Source§fn default() -> BudgetLedgerVersion
fn default() -> BudgetLedgerVersion
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BudgetLedgerVersion
impl<'de> Deserialize<'de> for BudgetLedgerVersion
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
impl Eq for BudgetLedgerVersion
Source§impl Ord for BudgetLedgerVersion
impl Ord for BudgetLedgerVersion
Source§fn cmp(&self, other: &BudgetLedgerVersion) -> Ordering
fn cmp(&self, other: &BudgetLedgerVersion) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for BudgetLedgerVersion
impl PartialEq for BudgetLedgerVersion
Source§impl PartialOrd for BudgetLedgerVersion
impl PartialOrd for BudgetLedgerVersion
Source§impl Serialize for BudgetLedgerVersion
impl Serialize for BudgetLedgerVersion
impl StructuralPartialEq for BudgetLedgerVersion
Auto Trait Implementations§
impl Freeze for BudgetLedgerVersion
impl RefUnwindSafe for BudgetLedgerVersion
impl Send for BudgetLedgerVersion
impl Sync for BudgetLedgerVersion
impl Unpin for BudgetLedgerVersion
impl UnsafeUnpin for BudgetLedgerVersion
impl UnwindSafe for BudgetLedgerVersion
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