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