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