pub struct InfolistVariable {
pub name: WString,
pub value: Object,
}Expand description
An Infolist variable—an element of an Infolist item.
Fields§
§name: WString§value: ObjectTrait Implementations§
Source§impl Clone for InfolistVariable
impl Clone for InfolistVariable
Source§fn clone(&self) -> InfolistVariable
fn clone(&self) -> InfolistVariable
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 InfolistVariable
impl Debug for InfolistVariable
Source§impl Hash for InfolistVariable
impl Hash for InfolistVariable
Source§impl PartialEq for InfolistVariable
impl PartialEq for InfolistVariable
impl Eq for InfolistVariable
impl StructuralPartialEq for InfolistVariable
Auto Trait Implementations§
impl Freeze for InfolistVariable
impl RefUnwindSafe for InfolistVariable
impl Send for InfolistVariable
impl Sync for InfolistVariable
impl Unpin for InfolistVariable
impl UnwindSafe for InfolistVariable
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