pub struct RemoteEnvError {
pub code: &'static str,
pub message: String,
pub details: Value,
}Fields§
§code: &'static str§message: String§details: ValueTrait Implementations§
Source§impl Clone for RemoteEnvError
impl Clone for RemoteEnvError
Auto Trait Implementations§
impl Freeze for RemoteEnvError
impl RefUnwindSafe for RemoteEnvError
impl Send for RemoteEnvError
impl Sync for RemoteEnvError
impl Unpin for RemoteEnvError
impl UnsafeUnpin for RemoteEnvError
impl UnwindSafe for RemoteEnvError
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