pub struct OkResponse {
pub ok: String<4>,
}
Expand description
OK response
Fields§
§ok: String<4>
Implementations§
Trait Implementations§
Source§impl Clone for OkResponse
impl Clone for OkResponse
Source§fn clone(&self) -> OkResponse
fn clone(&self) -> OkResponse
Returns a copy of the value. Read more
1.0.0 · 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 OkResponse
impl Debug for OkResponse
Source§impl<'de> Deserialize<'de> for OkResponse
impl<'de> Deserialize<'de> for OkResponse
Source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for OkResponse
impl PartialEq for OkResponse
impl AtatResp for OkResponse
impl StructuralPartialEq for OkResponse
Auto Trait Implementations§
impl Freeze for OkResponse
impl RefUnwindSafe for OkResponse
impl Send for OkResponse
impl Sync for OkResponse
impl Unpin for OkResponse
impl UnwindSafe for OkResponse
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