pub struct PresentationStyleByContext {
pub styles: Vec<PresentationStyleSelectRef>,
pub style_context: StyleContextSelectRef,
}Fields§
§styles: Vec<PresentationStyleSelectRef>§style_context: StyleContextSelectRefTrait Implementations§
Source§impl Clone for PresentationStyleByContext
impl Clone for PresentationStyleByContext
Source§fn clone(&self) -> PresentationStyleByContext
fn clone(&self) -> PresentationStyleByContext
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 PresentationStyleByContext
impl Debug for PresentationStyleByContext
Source§impl PartialEq for PresentationStyleByContext
impl PartialEq for PresentationStyleByContext
Source§fn eq(&self, other: &PresentationStyleByContext) -> bool
fn eq(&self, other: &PresentationStyleByContext) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PresentationStyleByContext
Auto Trait Implementations§
impl Freeze for PresentationStyleByContext
impl RefUnwindSafe for PresentationStyleByContext
impl Send for PresentationStyleByContext
impl Sync for PresentationStyleByContext
impl Unpin for PresentationStyleByContext
impl UnsafeUnpin for PresentationStyleByContext
impl UnwindSafe for PresentationStyleByContext
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