pub struct RemoveTopicRecord {
pub topic_id: Uuid,
pub unknown_tagged_fields: UnknownTaggedFields,
}Fields§
§topic_id: Uuid§unknown_tagged_fields: UnknownTaggedFieldsImplementations§
Source§impl RemoveTopicRecord
impl RemoveTopicRecord
pub fn to_owned(&self) -> RemoveTopicRecord
Trait Implementations§
Source§impl Clone for RemoveTopicRecord
impl Clone for RemoveTopicRecord
Source§fn clone(&self) -> RemoveTopicRecord
fn clone(&self) -> RemoveTopicRecord
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 RemoveTopicRecord
impl Debug for RemoveTopicRecord
Source§impl<'de> DecodeBorrow<'de> for RemoveTopicRecord
impl<'de> DecodeBorrow<'de> for RemoveTopicRecord
fn decode_borrow( buf: &mut &'de [u8], version: i16, ) -> Result<Self, ProtocolError>
Source§impl Default for RemoveTopicRecord
impl Default for RemoveTopicRecord
Source§fn default() -> RemoveTopicRecord
fn default() -> RemoveTopicRecord
Returns the “default value” for a type. Read more
Source§impl Encode for RemoveTopicRecord
impl Encode for RemoveTopicRecord
impl Eq for RemoveTopicRecord
Source§impl PartialEq for RemoveTopicRecord
impl PartialEq for RemoveTopicRecord
Source§fn eq(&self, other: &RemoveTopicRecord) -> bool
fn eq(&self, other: &RemoveTopicRecord) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RemoveTopicRecord
Auto Trait Implementations§
impl Freeze for RemoveTopicRecord
impl RefUnwindSafe for RemoveTopicRecord
impl Send for RemoveTopicRecord
impl Sync for RemoveTopicRecord
impl Unpin for RemoveTopicRecord
impl UnsafeUnpin for RemoveTopicRecord
impl UnwindSafe for RemoveTopicRecord
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