pub struct WriteShareGroupStateRequest {
pub group_id: String,
pub topics: Vec<WriteStateData>,
pub unknown_tagged_fields: UnknownTaggedFields,
}Fields§
§group_id: String§topics: Vec<WriteStateData>§unknown_tagged_fields: UnknownTaggedFieldsTrait Implementations§
Source§fn clone(&self) -> WriteShareGroupStateRequest
fn clone(&self) -> WriteShareGroupStateRequest
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§fn default() -> WriteShareGroupStateRequest
fn default() -> WriteShareGroupStateRequest
Returns the “default value” for a type. Read more
Source§fn eq(&self, other: &WriteShareGroupStateRequest) -> bool
fn eq(&self, other: &WriteShareGroupStateRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§const MIN_VERSION: i16 = MIN_VERSION
const MIN_VERSION: i16 = MIN_VERSION
Minimum protocol version this Rust type supports.
Source§const MAX_VERSION: i16 = MAX_VERSION
const MAX_VERSION: i16 = MAX_VERSION
Maximum protocol version this Rust type supports.
Source§const FLEXIBLE_MIN: i16 = FLEXIBLE_MIN
const FLEXIBLE_MIN: i16 = FLEXIBLE_MIN
First version that uses flexible (KIP-482) framing.
i16::MAX for never-flexible messages.Source§type Response = WriteShareGroupStateResponse
type Response = WriteShareGroupStateResponse
Matching response type from
crabka-protocol.Auto Trait Implementations§
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