[−][src]Struct wascc_codec::capabilities::CapabilityDescriptor
Metadata describing the capability provider and the operations it supports
Fields
id: StringThe capability ID of the provider, e.g. wascc:messaging or thirdparty:someprovider
name: StringThe human-friendly name of the provider, displayed in short messages and log entries
version: StringA semver string representing the version of the provider module
revision: u32A monotonicaly increasing revision number
long_description: StringA longer, documentation-friendly, description of this provider
supported_operations: Vec<OperationDescriptor>A list of all of the operations supported by this provider
Implementations
impl CapabilityDescriptor[src]
pub fn builder() -> CapabilityDescriptorBuilder[src]
Trait Implementations
impl Clone for CapabilityDescriptor[src]
fn clone(&self) -> CapabilityDescriptor[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for CapabilityDescriptor[src]
impl Default for CapabilityDescriptor[src]
fn default() -> CapabilityDescriptor[src]
impl<'de> Deserialize<'de> for CapabilityDescriptor[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl PartialEq<CapabilityDescriptor> for CapabilityDescriptor[src]
fn eq(&self, other: &CapabilityDescriptor) -> bool[src]
fn ne(&self, other: &CapabilityDescriptor) -> bool[src]
impl Serialize for CapabilityDescriptor[src]
fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error> where
__S: Serializer, [src]
__S: Serializer,
impl StructuralPartialEq for CapabilityDescriptor[src]
Auto Trait Implementations
impl RefUnwindSafe for CapabilityDescriptor
impl Send for CapabilityDescriptor
impl Sync for CapabilityDescriptor
impl Unpin for CapabilityDescriptor
impl UnwindSafe for CapabilityDescriptor
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,