pub enum MeshControlMode {
Visible,
Encrypted,
}Variants§
Trait Implementations§
Source§impl Clone for MeshControlMode
impl Clone for MeshControlMode
Source§fn clone(&self) -> MeshControlMode
fn clone(&self) -> MeshControlMode
Returns a duplicate of the value. Read more
1.0.0 · 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 MeshControlMode
impl Debug for MeshControlMode
Source§impl<'de> Deserialize<'de> for MeshControlMode
impl<'de> Deserialize<'de> for MeshControlMode
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
Source§impl PartialEq for MeshControlMode
impl PartialEq for MeshControlMode
Source§impl Serialize for MeshControlMode
impl Serialize for MeshControlMode
impl Copy for MeshControlMode
impl Eq for MeshControlMode
impl StructuralPartialEq for MeshControlMode
Auto Trait Implementations§
impl Freeze for MeshControlMode
impl RefUnwindSafe for MeshControlMode
impl Send for MeshControlMode
impl Sync for MeshControlMode
impl Unpin for MeshControlMode
impl UnsafeUnpin for MeshControlMode
impl UnwindSafe for MeshControlMode
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