pub struct SurfaceOperationCuration {
pub role: SurfaceOperationRole,
pub primary: bool,
pub sort_order: u16,
}Fields§
§role: SurfaceOperationRole§primary: bool§sort_order: u16Implementations§
Trait Implementations§
Source§impl Clone for SurfaceOperationCuration
impl Clone for SurfaceOperationCuration
Source§fn clone(&self) -> SurfaceOperationCuration
fn clone(&self) -> SurfaceOperationCuration
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 SurfaceOperationCuration
impl Debug for SurfaceOperationCuration
Source§impl Default for SurfaceOperationCuration
impl Default for SurfaceOperationCuration
Source§impl<'de> Deserialize<'de> for SurfaceOperationCuration
impl<'de> Deserialize<'de> for SurfaceOperationCuration
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for SurfaceOperationCuration
Source§impl PartialEq for SurfaceOperationCuration
impl PartialEq for SurfaceOperationCuration
Source§fn eq(&self, other: &SurfaceOperationCuration) -> bool
fn eq(&self, other: &SurfaceOperationCuration) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for SurfaceOperationCuration
impl Serialize for SurfaceOperationCuration
impl StructuralPartialEq for SurfaceOperationCuration
Auto Trait Implementations§
impl Freeze for SurfaceOperationCuration
impl RefUnwindSafe for SurfaceOperationCuration
impl Send for SurfaceOperationCuration
impl Sync for SurfaceOperationCuration
impl Unpin for SurfaceOperationCuration
impl UnsafeUnpin for SurfaceOperationCuration
impl UnwindSafe for SurfaceOperationCuration
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