pub enum TopicPlatform {
Dds,
Any,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for TopicPlatform
impl Clone for TopicPlatform
Source§fn clone(&self) -> TopicPlatform
fn clone(&self) -> TopicPlatform
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 TopicPlatform
impl Debug for TopicPlatform
Source§impl<'de> Deserialize<'de> for TopicPlatform
impl<'de> Deserialize<'de> for TopicPlatform
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl<'a> FromTreeSitter<'a> for TopicPlatform
impl<'a> FromTreeSitter<'a> for TopicPlatform
fn from_node(node: Node<'a>, ctx: &mut ParseContext<'a>) -> ParserResult<Self>
Source§impl PartialEq for TopicPlatform
impl PartialEq for TopicPlatform
Source§fn eq(&self, other: &TopicPlatform) -> bool
fn eq(&self, other: &TopicPlatform) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for TopicPlatform
impl Serialize for TopicPlatform
impl Eq for TopicPlatform
impl StructuralPartialEq for TopicPlatform
Auto Trait Implementations§
impl Freeze for TopicPlatform
impl RefUnwindSafe for TopicPlatform
impl Send for TopicPlatform
impl Sync for TopicPlatform
impl Unpin for TopicPlatform
impl UnsafeUnpin for TopicPlatform
impl UnwindSafe for TopicPlatform
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