Enum rive_models::server::FieldsRole
source · pub enum FieldsRole {
Colour,
}Expand description
Optional fields on server object
Variants§
Colour
Trait Implementations§
source§impl Clone for FieldsRole
impl Clone for FieldsRole
source§fn clone(&self) -> FieldsRole
fn clone(&self) -> FieldsRole
Returns a copy 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 FieldsRole
impl Debug for FieldsRole
source§impl<'de> Deserialize<'de> for FieldsRole
impl<'de> Deserialize<'de> for FieldsRole
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<FieldsRole> for FieldsRole
impl PartialEq<FieldsRole> for FieldsRole
source§fn eq(&self, other: &FieldsRole) -> bool
fn eq(&self, other: &FieldsRole) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for FieldsRole
impl Serialize for FieldsRole
impl StructuralPartialEq for FieldsRole
Auto Trait Implementations§
impl RefUnwindSafe for FieldsRole
impl Send for FieldsRole
impl Sync for FieldsRole
impl Unpin for FieldsRole
impl UnwindSafe for FieldsRole
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