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