pub enum SurfaceOperationRole {
Workflow,
Debug,
Support,
}Variants§
Trait Implementations§
Source§impl Clone for SurfaceOperationRole
impl Clone for SurfaceOperationRole
Source§fn clone(&self) -> SurfaceOperationRole
fn clone(&self) -> SurfaceOperationRole
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 moreimpl Copy for SurfaceOperationRole
Source§impl Debug for SurfaceOperationRole
impl Debug for SurfaceOperationRole
Source§impl<'de> Deserialize<'de> for SurfaceOperationRole
impl<'de> Deserialize<'de> for SurfaceOperationRole
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 SurfaceOperationRole
Source§impl PartialEq for SurfaceOperationRole
impl PartialEq for SurfaceOperationRole
Source§fn eq(&self, other: &SurfaceOperationRole) -> bool
fn eq(&self, other: &SurfaceOperationRole) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for SurfaceOperationRole
impl Serialize for SurfaceOperationRole
impl StructuralPartialEq for SurfaceOperationRole
Auto Trait Implementations§
impl Freeze for SurfaceOperationRole
impl RefUnwindSafe for SurfaceOperationRole
impl Send for SurfaceOperationRole
impl Sync for SurfaceOperationRole
impl Unpin for SurfaceOperationRole
impl UnsafeUnpin for SurfaceOperationRole
impl UnwindSafe for SurfaceOperationRole
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