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