pub enum ObjectValues {
Show 19 variants
AuditingLine,
AuditingRectangle,
Button,
Checkbox,
Dialog,
Drop,
Edit,
Group,
GroupBox,
Label,
List,
Movie,
Note,
Picture,
Radio,
Rectangle,
Scroll,
Shape,
Spin,
}Variants§
AuditingLine
AuditingRectangle
Button
Checkbox
Dialog
Drop
Edit
Group
GroupBox
Label
List
Movie
Note
Picture
Radio
Rectangle
Scroll
Shape
Spin
Trait Implementations§
Source§impl Clone for ObjectValues
impl Clone for ObjectValues
Source§fn clone(&self) -> ObjectValues
fn clone(&self) -> ObjectValues
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 ObjectValues
impl Debug for ObjectValues
Source§impl Default for ObjectValues
impl Default for ObjectValues
Source§impl EnumTrait for ObjectValues
impl EnumTrait for ObjectValues
fn get_value_string(&self) -> &str
Auto Trait Implementations§
impl Freeze for ObjectValues
impl RefUnwindSafe for ObjectValues
impl Send for ObjectValues
impl Sync for ObjectValues
impl Unpin for ObjectValues
impl UnwindSafe for ObjectValues
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