pub enum BackendTechnology {
Csm,
Ochami,
}Expand description
Which backend API this site speaks.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for BackendTechnology
impl Clone for BackendTechnology
Source§fn clone(&self) -> BackendTechnology
fn clone(&self) -> BackendTechnology
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 BackendTechnology
impl Debug for BackendTechnology
Source§impl<'de> Deserialize<'de> for BackendTechnology
impl<'de> Deserialize<'de> for BackendTechnology
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 BackendTechnology
impl PartialEq for BackendTechnology
Source§fn eq(&self, other: &BackendTechnology) -> bool
fn eq(&self, other: &BackendTechnology) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for BackendTechnology
impl Serialize for BackendTechnology
impl StructuralPartialEq for BackendTechnology
Auto Trait Implementations§
impl Freeze for BackendTechnology
impl RefUnwindSafe for BackendTechnology
impl Send for BackendTechnology
impl Sync for BackendTechnology
impl Unpin for BackendTechnology
impl UnsafeUnpin for BackendTechnology
impl UnwindSafe for BackendTechnology
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