pub struct BudgetAccountId(/* private fields */);Implementations§
Source§impl BudgetAccountId
impl BudgetAccountId
pub fn for_root(root: &CeremonyId) -> Result<Self, DomainError>
pub fn new(value: impl Into<String>) -> Result<Self, DomainError>
pub fn as_str(&self) -> &str
Trait Implementations§
Source§impl Clone for BudgetAccountId
impl Clone for BudgetAccountId
Source§impl Debug for BudgetAccountId
impl Debug for BudgetAccountId
Source§impl<'de> Deserialize<'de> for BudgetAccountId
impl<'de> Deserialize<'de> for BudgetAccountId
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 BudgetAccountId
Source§impl Hash for BudgetAccountId
impl Hash for BudgetAccountId
Source§impl Ord for BudgetAccountId
impl Ord for BudgetAccountId
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 BudgetAccountId
impl PartialEq for BudgetAccountId
Source§impl PartialOrd for BudgetAccountId
impl PartialOrd for BudgetAccountId
Source§impl Serialize for BudgetAccountId
impl Serialize for BudgetAccountId
impl StructuralPartialEq for BudgetAccountId
Auto Trait Implementations§
impl Freeze for BudgetAccountId
impl RefUnwindSafe for BudgetAccountId
impl Send for BudgetAccountId
impl Sync for BudgetAccountId
impl Unpin for BudgetAccountId
impl UnsafeUnpin for BudgetAccountId
impl UnwindSafe for BudgetAccountId
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