pub struct ResourceTypeCatalog {
pub operations: BTreeMap<String, ResourceOperationBinding>,
}Fields§
§operations: BTreeMap<String, ResourceOperationBinding>Trait Implementations§
Source§impl Clone for ResourceTypeCatalog
impl Clone for ResourceTypeCatalog
Source§fn clone(&self) -> ResourceTypeCatalog
fn clone(&self) -> ResourceTypeCatalog
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 ResourceTypeCatalog
impl Debug for ResourceTypeCatalog
Source§impl Default for ResourceTypeCatalog
impl Default for ResourceTypeCatalog
Source§fn default() -> ResourceTypeCatalog
fn default() -> ResourceTypeCatalog
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ResourceTypeCatalog
impl<'de> Deserialize<'de> for ResourceTypeCatalog
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 ResourceTypeCatalog
Source§impl PartialEq for ResourceTypeCatalog
impl PartialEq for ResourceTypeCatalog
Source§fn eq(&self, other: &ResourceTypeCatalog) -> bool
fn eq(&self, other: &ResourceTypeCatalog) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ResourceTypeCatalog
impl Serialize for ResourceTypeCatalog
impl StructuralPartialEq for ResourceTypeCatalog
Auto Trait Implementations§
impl Freeze for ResourceTypeCatalog
impl RefUnwindSafe for ResourceTypeCatalog
impl Send for ResourceTypeCatalog
impl Sync for ResourceTypeCatalog
impl Unpin for ResourceTypeCatalog
impl UnsafeUnpin for ResourceTypeCatalog
impl UnwindSafe for ResourceTypeCatalog
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