pub struct ComponentVariable {
pub component: Component,
pub custom_data: Option<CustomData>,
pub variable: Option<Variable>,
}Expand description
Class to report components, variables and variable attributes and characteristics.
Fields§
§component: Component§custom_data: Option<CustomData>§variable: Option<Variable>Trait Implementations§
Source§impl Clone for ComponentVariable
impl Clone for ComponentVariable
Source§fn clone(&self) -> ComponentVariable
fn clone(&self) -> ComponentVariable
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 ComponentVariable
impl Debug for ComponentVariable
impl Eq for ComponentVariable
Source§impl PartialEq for ComponentVariable
impl PartialEq for ComponentVariable
impl StructuralPartialEq for ComponentVariable
Auto Trait Implementations§
impl Freeze for ComponentVariable
impl RefUnwindSafe for ComponentVariable
impl Send for ComponentVariable
impl Sync for ComponentVariable
impl Unpin for ComponentVariable
impl UnsafeUnpin for ComponentVariable
impl UnwindSafe for ComponentVariable
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