pub struct DeleteGroupsRequest {
pub groups_names: Vec<String>,
pub unknown_tagged_fields: UnknownTaggedFields,
}Fields§
§groups_names: Vec<String>§unknown_tagged_fields: UnknownTaggedFieldsTrait Implementations§
Source§impl Clone for DeleteGroupsRequest
impl Clone for DeleteGroupsRequest
Source§fn clone(&self) -> DeleteGroupsRequest
fn clone(&self) -> DeleteGroupsRequest
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 DeleteGroupsRequest
impl Debug for DeleteGroupsRequest
Source§impl Decode<'_> for DeleteGroupsRequest
impl Decode<'_> for DeleteGroupsRequest
Source§impl Default for DeleteGroupsRequest
impl Default for DeleteGroupsRequest
Source§fn default() -> DeleteGroupsRequest
fn default() -> DeleteGroupsRequest
Returns the “default value” for a type. Read more
Source§impl Encode for DeleteGroupsRequest
impl Encode for DeleteGroupsRequest
impl Eq for DeleteGroupsRequest
Source§impl PartialEq for DeleteGroupsRequest
impl PartialEq for DeleteGroupsRequest
Source§fn eq(&self, other: &DeleteGroupsRequest) -> bool
fn eq(&self, other: &DeleteGroupsRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl ProtocolRequest for DeleteGroupsRequest
impl ProtocolRequest for DeleteGroupsRequest
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 = DeleteGroupsResponse
type Response = DeleteGroupsResponse
Matching response type from
crabka-protocol.impl StructuralPartialEq for DeleteGroupsRequest
Auto Trait Implementations§
impl Freeze for DeleteGroupsRequest
impl RefUnwindSafe for DeleteGroupsRequest
impl Send for DeleteGroupsRequest
impl Sync for DeleteGroupsRequest
impl Unpin for DeleteGroupsRequest
impl UnsafeUnpin for DeleteGroupsRequest
impl UnwindSafe for DeleteGroupsRequest
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