pub struct WriteChannelResponse {
pub count: u64,
pub offset: Option<u64>,
}Fields§
§count: u64§offset: Option<u64>Trait Implementations§
Source§impl Clone for WriteChannelResponse
impl Clone for WriteChannelResponse
Source§fn clone(&self) -> WriteChannelResponse
fn clone(&self) -> WriteChannelResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 WriteChannelResponse
impl Debug for WriteChannelResponse
Source§impl<'de> Deserialize<'de> for WriteChannelResponse
impl<'de> Deserialize<'de> for WriteChannelResponse
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
impl Eq for WriteChannelResponse
Source§impl Hash for WriteChannelResponse
impl Hash for WriteChannelResponse
Source§impl Ord for WriteChannelResponse
impl Ord for WriteChannelResponse
Source§fn cmp(&self, other: &WriteChannelResponse) -> Ordering
fn cmp(&self, other: &WriteChannelResponse) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for WriteChannelResponse
impl PartialEq for WriteChannelResponse
Source§fn eq(&self, other: &WriteChannelResponse) -> bool
fn eq(&self, other: &WriteChannelResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for WriteChannelResponse
impl PartialOrd for WriteChannelResponse
Source§impl Serialize for WriteChannelResponse
impl Serialize for WriteChannelResponse
impl StructuralPartialEq for WriteChannelResponse
Auto Trait Implementations§
impl Freeze for WriteChannelResponse
impl RefUnwindSafe for WriteChannelResponse
impl Send for WriteChannelResponse
impl Sync for WriteChannelResponse
impl Unpin for WriteChannelResponse
impl UnsafeUnpin for WriteChannelResponse
impl UnwindSafe for WriteChannelResponse
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