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