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