pub struct GroupAttributes {
pub label: Option<String>,
pub color: Option<Color>,
}Fields§
§label: Option<String>§color: Option<Color>Implementations§
Trait Implementations§
Source§impl Clone for GroupAttributes
impl Clone for GroupAttributes
Source§fn clone(&self) -> GroupAttributes
fn clone(&self) -> GroupAttributes
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 GroupAttributes
impl Debug for GroupAttributes
Source§impl Default for GroupAttributes
impl Default for GroupAttributes
Source§impl Display for GroupAttributes
impl Display for GroupAttributes
Source§impl PartialEq for GroupAttributes
impl PartialEq for GroupAttributes
impl StructuralPartialEq for GroupAttributes
Auto Trait Implementations§
impl Freeze for GroupAttributes
impl RefUnwindSafe for GroupAttributes
impl Send for GroupAttributes
impl Sync for GroupAttributes
impl Unpin for GroupAttributes
impl UnwindSafe for GroupAttributes
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