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 ==.source§impl Serialize for FieldsChannel
impl Serialize for FieldsChannel
impl StructuralPartialEq for FieldsChannel
Auto Trait Implementations§
impl RefUnwindSafe for FieldsChannel
impl Send for FieldsChannel
impl Sync for FieldsChannel
impl Unpin for FieldsChannel
impl UnwindSafe for FieldsChannel
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