pub struct RomadClientError { /* private fields */ }Expand description
Client Error
Implementations§
Source§impl RomadClientError
impl RomadClientError
pub fn new(msg: String) -> RomadClientError
Trait Implementations§
Source§impl Clone for RomadClientError
impl Clone for RomadClientError
Source§fn clone(&self) -> RomadClientError
fn clone(&self) -> RomadClientError
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 moreSource§impl Debug for RomadClientError
impl Debug for RomadClientError
Auto Trait Implementations§
impl Freeze for RomadClientError
impl RefUnwindSafe for RomadClientError
impl Send for RomadClientError
impl Sync for RomadClientError
impl Unpin for RomadClientError
impl UnsafeUnpin for RomadClientError
impl UnwindSafe for RomadClientError
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