Struct snarkos_node_rest::RestError
source · pub struct RestError(pub String);Expand description
An enum of error handlers for the REST API server.
Tuple Fields§
§0: StringTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for RestError
impl Send for RestError
impl Sync for RestError
impl Unpin for RestError
impl UnwindSafe for RestError
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