Enum rive_models::channel::FieldsChannel
source · pub enum FieldsChannel {
Description,
Icon,
DefaultPermissions,
}Expand description
Optional fields on channel object
Variants§
Trait Implementations§
source§impl Clone for FieldsChannel
impl Clone for FieldsChannel
source§fn clone(&self) -> FieldsChannel
fn clone(&self) -> FieldsChannel
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 FieldsChannel
impl Debug for FieldsChannel
source§impl<'de> Deserialize<'de> for FieldsChannel
impl<'de> Deserialize<'de> for FieldsChannel
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<FieldsChannel> for FieldsChannel
impl PartialEq<FieldsChannel> for FieldsChannel
source§fn eq(&self, other: &FieldsChannel) -> bool
fn eq(&self, other: &FieldsChannel) -> bool
This method tests for
self and other values to be equal, and is used
by ==.