pub struct UnknownRes {
pub kind: String,
pub protocol: String,
pub values: Value,
}Fields§
§kind: String§protocol: String§values: ValueTrait Implementations§
Source§impl Debug for UnknownRes
impl Debug for UnknownRes
Source§impl From<UnknownRes> for Response
impl From<UnknownRes> for Response
Source§fn from(original: UnknownRes) -> Response
fn from(original: UnknownRes) -> Response
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for UnknownRes
impl RefUnwindSafe for UnknownRes
impl Send for UnknownRes
impl Sync for UnknownRes
impl Unpin for UnknownRes
impl UnwindSafe for UnknownRes
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