pub struct InlineObject14Meta {
pub variables: HashMap<String, PublishedVariable>,
pub variable_collections: HashMap<String, PublishedVariableCollection>,
}
Fields§
§variables: HashMap<String, PublishedVariable>
A map of variable ids to variables
variable_collections: HashMap<String, PublishedVariableCollection>
A map of variable collection ids to variable collections
Implementations§
Source§impl InlineObject14Meta
impl InlineObject14Meta
pub fn new( variables: HashMap<String, PublishedVariable>, variable_collections: HashMap<String, PublishedVariableCollection>, ) -> InlineObject14Meta
Trait Implementations§
Source§impl Clone for InlineObject14Meta
impl Clone for InlineObject14Meta
Source§fn clone(&self) -> InlineObject14Meta
fn clone(&self) -> InlineObject14Meta
Returns a duplicate of the value. Read more
1.0.0 · 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 InlineObject14Meta
impl Debug for InlineObject14Meta
Source§impl Default for InlineObject14Meta
impl Default for InlineObject14Meta
Source§fn default() -> InlineObject14Meta
fn default() -> InlineObject14Meta
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InlineObject14Meta
impl<'de> Deserialize<'de> for InlineObject14Meta
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 PartialEq for InlineObject14Meta
impl PartialEq for InlineObject14Meta
Source§impl Serialize for InlineObject14Meta
impl Serialize for InlineObject14Meta
impl StructuralPartialEq for InlineObject14Meta
Auto Trait Implementations§
impl Freeze for InlineObject14Meta
impl RefUnwindSafe for InlineObject14Meta
impl Send for InlineObject14Meta
impl Sync for InlineObject14Meta
impl Unpin for InlineObject14Meta
impl UnwindSafe for InlineObject14Meta
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