pub struct WriteChannelResponse {
pub count: u64,
}Fields§
§count: u64Trait 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 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§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
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 · 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§impl PartialOrd for WriteChannelResponse
impl PartialOrd for WriteChannelResponse
Source§impl Serialize for WriteChannelResponse
impl Serialize for WriteChannelResponse
impl Eq 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 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