pub struct ResponseMake {}Trait Implementations§
Source§impl Clone for ResponseMake
impl Clone for ResponseMake
Source§fn clone(&self) -> ResponseMake
fn clone(&self) -> ResponseMake
Returns a duplicate 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 ResponseMake
impl Debug for ResponseMake
Source§impl<'de> Deserialize<'de> for ResponseMake
impl<'de> Deserialize<'de> for ResponseMake
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<N: AsRef<str>, C: AsRef<[u8]>, E: AsRef<[Entry<N>]>> From<ResponseMake> for Response<N, C, E>
impl<N: AsRef<str>, C: AsRef<[u8]>, E: AsRef<[Entry<N>]>> From<ResponseMake> for Response<N, C, E>
Source§fn from(value: ResponseMake) -> Self
fn from(value: ResponseMake) -> Self
Converts to this type from the input type.
Source§impl Hash for ResponseMake
impl Hash for ResponseMake
Source§impl PartialEq for ResponseMake
impl PartialEq for ResponseMake
Source§impl Serialize for ResponseMake
impl Serialize for ResponseMake
Source§impl<N: AsRef<str>, C: AsRef<[u8]>, E: AsRef<[Entry<N>]>> TryFrom<Message<N, C, E>> for ResponseMake
impl<N: AsRef<str>, C: AsRef<[u8]>, E: AsRef<[Entry<N>]>> TryFrom<Message<N, C, E>> for ResponseMake
impl Eq for ResponseMake
impl StructuralPartialEq for ResponseMake
Auto Trait Implementations§
impl Freeze for ResponseMake
impl RefUnwindSafe for ResponseMake
impl Send for ResponseMake
impl Sync for ResponseMake
impl Unpin for ResponseMake
impl UnsafeUnpin for ResponseMake
impl UnwindSafe for ResponseMake
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