Enum miden_client::IdPrefixFetchError
source · pub enum IdPrefixFetchError {
NoMatch(String),
MultipleMatches(String),
}Expand description
Error when Looking for a specific ID from a partial ID
Variants§
Trait Implementations§
source§impl Debug for IdPrefixFetchError
impl Debug for IdPrefixFetchError
source§impl Display for IdPrefixFetchError
impl Display for IdPrefixFetchError
source§impl PartialEq for IdPrefixFetchError
impl PartialEq for IdPrefixFetchError
source§fn eq(&self, other: &IdPrefixFetchError) -> bool
fn eq(&self, other: &IdPrefixFetchError) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for IdPrefixFetchError
impl StructuralPartialEq for IdPrefixFetchError
Auto Trait Implementations§
impl Freeze for IdPrefixFetchError
impl RefUnwindSafe for IdPrefixFetchError
impl Send for IdPrefixFetchError
impl Sync for IdPrefixFetchError
impl Unpin for IdPrefixFetchError
impl UnwindSafe for IdPrefixFetchError
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