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