pub enum ThreadsLocalPartitionError {
MissingEventLog,
InvalidEventSubLog,
}
Variants§
Trait Implementations§
source§impl Debug for ThreadsLocalPartitionError
impl Debug for ThreadsLocalPartitionError
source§impl Display for ThreadsLocalPartitionError
impl Display for ThreadsLocalPartitionError
source§impl Error for ThreadsLocalPartitionError
impl Error for ThreadsLocalPartitionError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Auto Trait Implementations§
impl Freeze for ThreadsLocalPartitionError
impl RefUnwindSafe for ThreadsLocalPartitionError
impl Send for ThreadsLocalPartitionError
impl Sync for ThreadsLocalPartitionError
impl Unpin for ThreadsLocalPartitionError
impl UnwindSafe for ThreadsLocalPartitionError
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<T> ExtractDiscriminant for T
impl<T> ExtractDiscriminant for T
§type Discriminant = <T as ExtractDiscriminantSpec<<T as DiscriminantKind>::Discriminant>>::Ty
type Discriminant = <T as ExtractDiscriminantSpec<<T as DiscriminantKind>::Discriminant>>::Ty
The type of the discriminant, which must satisfy the trait bounds
required by
core::mem::Discriminant
. Read more