pub enum ServicePlatform {
Corba,
Dds,
Any,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ServicePlatform
impl Clone for ServicePlatform
Source§fn clone(&self) -> ServicePlatform
fn clone(&self) -> ServicePlatform
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 ServicePlatform
impl Debug for ServicePlatform
Source§impl<'de> Deserialize<'de> for ServicePlatform
impl<'de> Deserialize<'de> for ServicePlatform
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 ServicePlatform
impl<'a> FromTreeSitter<'a> for ServicePlatform
fn from_node(node: Node<'a>, ctx: &mut ParseContext<'a>) -> ParserResult<Self>
Source§impl PartialEq for ServicePlatform
impl PartialEq for ServicePlatform
Source§fn eq(&self, other: &ServicePlatform) -> bool
fn eq(&self, other: &ServicePlatform) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ServicePlatform
impl Serialize for ServicePlatform
impl Eq for ServicePlatform
impl StructuralPartialEq for ServicePlatform
Auto Trait Implementations§
impl Freeze for ServicePlatform
impl RefUnwindSafe for ServicePlatform
impl Send for ServicePlatform
impl Sync for ServicePlatform
impl Unpin for ServicePlatform
impl UnsafeUnpin for ServicePlatform
impl UnwindSafe for ServicePlatform
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