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