pub struct WriteShareGroupStateRequest<'a> {
pub group_id: &'a str,
pub topics: Vec<WriteStateData>,
pub unknown_tagged_fields: UnknownTaggedFields,
}Fields§
§group_id: &'a str§topics: Vec<WriteStateData>§unknown_tagged_fields: UnknownTaggedFieldsImplementations§
pub fn to_owned(&self) -> WriteShareGroupStateRequest
Trait Implementations§
Source§fn clone(&self) -> WriteShareGroupStateRequest<'a>
fn clone(&self) -> WriteShareGroupStateRequest<'a>
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 morefn decode_borrow( buf: &mut &'de [u8], version: i16, ) -> Result<Self, ProtocolError>
Source§fn default() -> WriteShareGroupStateRequest<'a>
fn default() -> WriteShareGroupStateRequest<'a>
Returns the “default value” for a type. Read more
Source§fn eq(&self, other: &WriteShareGroupStateRequest<'a>) -> bool
fn eq(&self, other: &WriteShareGroupStateRequest<'a>) -> bool
Tests for
self and other values to be equal, and is used by ==.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