pub enum TopicError {
InvalidTopic,
InvalidLevel,
}
Variants§
Trait Implementations§
Source§impl Clone for TopicError
impl Clone for TopicError
Source§fn clone(&self) -> TopicError
fn clone(&self) -> TopicError
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 TopicError
impl Debug for TopicError
Source§impl PartialEq for TopicError
impl PartialEq for TopicError
impl Copy for TopicError
impl StructuralPartialEq for TopicError
Auto Trait Implementations§
impl Freeze for TopicError
impl RefUnwindSafe for TopicError
impl Send for TopicError
impl Sync for TopicError
impl Unpin for TopicError
impl UnwindSafe for TopicError
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