pub struct ServerErrorCode(/* private fields */);
Implementations§
Trait Implementations§
Source§impl From<ServerErrorCode> for i32
impl From<ServerErrorCode> for i32
Source§fn from(value: ServerErrorCode) -> Self
fn from(value: ServerErrorCode) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ServerErrorCode
impl RefUnwindSafe for ServerErrorCode
impl Send for ServerErrorCode
impl Sync for ServerErrorCode
impl Unpin for ServerErrorCode
impl UnwindSafe for ServerErrorCode
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