pub struct SupportedFeatureContracts {
pub capabilities: Vec<CapabilityContractVersion>,
}Expand description
Feature contract versions supported by one running Maincopy server.
Fields§
§capabilities: Vec<CapabilityContractVersion>Trait Implementations§
Source§impl Clone for SupportedFeatureContracts
impl Clone for SupportedFeatureContracts
Source§impl Debug for SupportedFeatureContracts
impl Debug for SupportedFeatureContracts
Source§impl<'de> Deserialize<'de> for SupportedFeatureContracts
impl<'de> Deserialize<'de> for SupportedFeatureContracts
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
impl Eq for SupportedFeatureContracts
impl StructuralPartialEq for SupportedFeatureContracts
Auto Trait Implementations§
impl Freeze for SupportedFeatureContracts
impl RefUnwindSafe for SupportedFeatureContracts
impl Send for SupportedFeatureContracts
impl Sync for SupportedFeatureContracts
impl Unpin for SupportedFeatureContracts
impl UnsafeUnpin for SupportedFeatureContracts
impl UnwindSafe for SupportedFeatureContracts
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