Struct wasmcloud_control_interface::LinkDefinitionList [−][src]
pub struct LinkDefinitionList { pub links: Vec<LinkDefinition>, }
Fields
links: Vec<LinkDefinition>
Trait Implementations
impl Clone for LinkDefinitionList
[src]
impl Clone for LinkDefinitionList
[src]fn clone(&self) -> LinkDefinitionList
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Default for LinkDefinitionList
[src]
impl Default for LinkDefinitionList
[src]fn default() -> LinkDefinitionList
[src]
impl<'de> Deserialize<'de> for LinkDefinitionList
[src]
impl<'de> Deserialize<'de> for LinkDefinitionList
[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
impl PartialEq<LinkDefinitionList> for LinkDefinitionList
[src]
impl PartialEq<LinkDefinitionList> for LinkDefinitionList
[src]fn eq(&self, other: &LinkDefinitionList) -> bool
[src]
fn ne(&self, other: &LinkDefinitionList) -> bool
[src]
impl Serialize for LinkDefinitionList
[src]
impl Serialize for LinkDefinitionList
[src]Auto Trait Implementations
impl RefUnwindSafe for LinkDefinitionList
impl RefUnwindSafe for LinkDefinitionList
impl Send for LinkDefinitionList
impl Send for LinkDefinitionList
impl Sync for LinkDefinitionList
impl Sync for LinkDefinitionList
impl Unpin for LinkDefinitionList
impl Unpin for LinkDefinitionList
impl UnwindSafe for LinkDefinitionList
impl UnwindSafe for LinkDefinitionList
Blanket Implementations
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]impl<T> Same<T> for T
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,