#[repr(u8)]pub enum UmbralStatus {
Ok = 0,
MethodNotFound = 1,
PayloadTooLarge = 2,
InvalidFrame = 3,
HandlerError = 4,
}Variants§
Trait Implementations§
Source§impl Clone for UmbralStatus
impl Clone for UmbralStatus
Source§fn clone(&self) -> UmbralStatus
fn clone(&self) -> UmbralStatus
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 UmbralStatus
Source§impl Debug for UmbralStatus
impl Debug for UmbralStatus
impl Eq for UmbralStatus
Source§impl PartialEq for UmbralStatus
impl PartialEq for UmbralStatus
impl StructuralPartialEq for UmbralStatus
Auto Trait Implementations§
impl Freeze for UmbralStatus
impl RefUnwindSafe for UmbralStatus
impl Send for UmbralStatus
impl Sync for UmbralStatus
impl Unpin for UmbralStatus
impl UnsafeUnpin for UmbralStatus
impl UnwindSafe for UmbralStatus
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