pub enum BusinessIdErrorCode {
InvalidDefinition,
InvalidFormat,
Immutable,
Exhausted,
Allocation,
}Variants§
Trait Implementations§
Source§impl Clone for BusinessIdErrorCode
impl Clone for BusinessIdErrorCode
Source§fn clone(&self) -> BusinessIdErrorCode
fn clone(&self) -> BusinessIdErrorCode
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 BusinessIdErrorCode
Source§impl Debug for BusinessIdErrorCode
impl Debug for BusinessIdErrorCode
impl Eq for BusinessIdErrorCode
Source§impl PartialEq for BusinessIdErrorCode
impl PartialEq for BusinessIdErrorCode
impl StructuralPartialEq for BusinessIdErrorCode
Auto Trait Implementations§
impl Freeze for BusinessIdErrorCode
impl RefUnwindSafe for BusinessIdErrorCode
impl Send for BusinessIdErrorCode
impl Sync for BusinessIdErrorCode
impl Unpin for BusinessIdErrorCode
impl UnsafeUnpin for BusinessIdErrorCode
impl UnwindSafe for BusinessIdErrorCode
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