pub struct StyleMatrixReferenceType { /* private fields */ }Implementations§
Source§impl StyleMatrixReferenceType
impl StyleMatrixReferenceType
pub fn get_index(&self) -> &str
pub fn set_index<S: Into<String>>(&mut self, value: S)
pub fn get_scheme_color(&self) -> Option<&SchemeColor>
pub fn set_scheme_color(&mut self, value: SchemeColor)
Trait Implementations§
Source§impl Clone for StyleMatrixReferenceType
impl Clone for StyleMatrixReferenceType
Source§fn clone(&self) -> StyleMatrixReferenceType
fn clone(&self) -> StyleMatrixReferenceType
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 StyleMatrixReferenceType
impl Debug for StyleMatrixReferenceType
Source§impl Default for StyleMatrixReferenceType
impl Default for StyleMatrixReferenceType
Source§fn default() -> StyleMatrixReferenceType
fn default() -> StyleMatrixReferenceType
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StyleMatrixReferenceType
impl RefUnwindSafe for StyleMatrixReferenceType
impl Send for StyleMatrixReferenceType
impl Sync for StyleMatrixReferenceType
impl Unpin for StyleMatrixReferenceType
impl UnwindSafe for StyleMatrixReferenceType
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