pub enum FacetFixed {
Default,
Fixed,
}Expand description
Fixed vs default facet values
Variants§
Trait Implementations§
Source§impl Clone for FacetFixed
impl Clone for FacetFixed
Source§fn clone(&self) -> FacetFixed
fn clone(&self) -> FacetFixed
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 moreimpl Copy for FacetFixed
Source§impl Debug for FacetFixed
impl Debug for FacetFixed
Source§impl Default for FacetFixed
impl Default for FacetFixed
Source§fn default() -> FacetFixed
fn default() -> FacetFixed
Returns the “default value” for a type. Read more
impl Eq for FacetFixed
Source§impl PartialEq for FacetFixed
impl PartialEq for FacetFixed
Source§fn eq(&self, other: &FacetFixed) -> bool
fn eq(&self, other: &FacetFixed) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FacetFixed
Auto Trait Implementations§
impl Freeze for FacetFixed
impl RefUnwindSafe for FacetFixed
impl Send for FacetFixed
impl Sync for FacetFixed
impl Unpin for FacetFixed
impl UnsafeUnpin for FacetFixed
impl UnwindSafe for FacetFixed
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