pub struct BudgetId(/* private fields */);Expand description
A process-local identifier for a budget node.
Implementations§
Trait Implementations§
impl Copy for BudgetId
Source§impl<'de> Deserialize<'de> for BudgetId
impl<'de> Deserialize<'de> for BudgetId
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 BudgetId
Source§impl Ord for BudgetId
impl Ord for BudgetId
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
Source§impl PartialOrd for BudgetId
impl PartialOrd for BudgetId
impl StructuralPartialEq for BudgetId
Auto Trait Implementations§
impl Freeze for BudgetId
impl RefUnwindSafe for BudgetId
impl Send for BudgetId
impl Sync for BudgetId
impl Unpin for BudgetId
impl UnsafeUnpin for BudgetId
impl UnwindSafe for BudgetId
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