Struct muse_reactor::BudgetPoolId
source · pub struct BudgetPoolId(/* private fields */);Expand description
The unique identifier of a budget pool in a Reactor.
IDs are only unique within the same reactor.
Trait Implementations§
source§impl Clone for BudgetPoolId
impl Clone for BudgetPoolId
source§fn clone(&self) -> BudgetPoolId
fn clone(&self) -> BudgetPoolId
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for BudgetPoolId
impl Debug for BudgetPoolId
source§impl Ord for BudgetPoolId
impl Ord for BudgetPoolId
source§fn cmp(&self, other: &BudgetPoolId) -> Ordering
fn cmp(&self, other: &BudgetPoolId) -> Ordering
1.21.0 · 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 PartialEq for BudgetPoolId
impl PartialEq for BudgetPoolId
source§impl PartialOrd for BudgetPoolId
impl PartialOrd for BudgetPoolId
impl Copy for BudgetPoolId
impl Eq for BudgetPoolId
impl StructuralPartialEq for BudgetPoolId
Auto Trait Implementations§
impl Freeze for BudgetPoolId
impl RefUnwindSafe for BudgetPoolId
impl Send for BudgetPoolId
impl Sync for BudgetPoolId
impl Unpin for BudgetPoolId
impl UnwindSafe for BudgetPoolId
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
§impl<A> Cast for A
impl<A> Cast for A
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more