Struct tfc_toolset::variable_set::VarSet
source · pub struct VarSet {
pub relationship_type: String,
pub attributes: Attributes,
pub relationships: Relationships,
}Fields§
§relationship_type: String§attributes: Attributes§relationships: RelationshipsTrait Implementations§
source§impl<'de> Deserialize<'de> for VarSet
impl<'de> Deserialize<'de> for VarSet
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
Auto Trait Implementations§
impl RefUnwindSafe for VarSet
impl Send for VarSet
impl Sync for VarSet
impl Unpin for VarSet
impl UnwindSafe for VarSet
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