pub struct PostVariablesMeta {
pub temp_id_to_real_id: HashMap<String, String>,
}Fields§
§temp_id_to_real_id: HashMap<String, String>A map of temporary ids in the request to the real ids of the newly created objects
Implementations§
Trait Implementations§
Source§impl Clone for PostVariablesMeta
impl Clone for PostVariablesMeta
Source§fn clone(&self) -> PostVariablesMeta
fn clone(&self) -> PostVariablesMeta
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 PostVariablesMeta
impl Debug for PostVariablesMeta
Source§impl Default for PostVariablesMeta
impl Default for PostVariablesMeta
Source§fn default() -> PostVariablesMeta
fn default() -> PostVariablesMeta
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PostVariablesMeta
impl<'de> Deserialize<'de> for PostVariablesMeta
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 PostVariablesMeta
impl PartialEq for PostVariablesMeta
Source§impl Serialize for PostVariablesMeta
impl Serialize for PostVariablesMeta
impl StructuralPartialEq for PostVariablesMeta
Auto Trait Implementations§
impl Freeze for PostVariablesMeta
impl RefUnwindSafe for PostVariablesMeta
impl Send for PostVariablesMeta
impl Sync for PostVariablesMeta
impl Unpin for PostVariablesMeta
impl UnwindSafe for PostVariablesMeta
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