pub enum BuildBackend {
Moulin,
External,
}Variants§
Trait Implementations§
Source§impl Clone for BuildBackend
impl Clone for BuildBackend
Source§fn clone(&self) -> BuildBackend
fn clone(&self) -> BuildBackend
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 BuildBackend
impl Debug for BuildBackend
Source§impl Default for BuildBackend
impl Default for BuildBackend
Source§fn default() -> BuildBackend
fn default() -> BuildBackend
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BuildBackend
impl<'de> Deserialize<'de> for BuildBackend
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
impl Eq for BuildBackend
Source§impl PartialEq for BuildBackend
impl PartialEq for BuildBackend
Source§impl Serialize for BuildBackend
impl Serialize for BuildBackend
impl StructuralPartialEq for BuildBackend
Auto Trait Implementations§
impl Freeze for BuildBackend
impl RefUnwindSafe for BuildBackend
impl Send for BuildBackend
impl Sync for BuildBackend
impl Unpin for BuildBackend
impl UnsafeUnpin for BuildBackend
impl UnwindSafe for BuildBackend
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