pub enum EntityFormat {
Compact,
Expanded,
Frontend,
Dense,
}Variants§
Trait Implementations§
Source§impl Clone for EntityFormat
impl Clone for EntityFormat
Source§fn clone(&self) -> EntityFormat
fn clone(&self) -> EntityFormat
Returns a duplicate 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 EntityFormat
impl Debug for EntityFormat
Source§impl Default for EntityFormat
impl Default for EntityFormat
Source§fn default() -> EntityFormat
fn default() -> EntityFormat
Returns the “default value” for a type. Read more
Source§impl FromStr for EntityFormat
impl FromStr for EntityFormat
Source§impl PartialEq for EntityFormat
impl PartialEq for EntityFormat
impl Copy for EntityFormat
impl Eq for EntityFormat
impl StructuralPartialEq for EntityFormat
Auto Trait Implementations§
impl Freeze for EntityFormat
impl RefUnwindSafe for EntityFormat
impl Send for EntityFormat
impl Sync for EntityFormat
impl Unpin for EntityFormat
impl UnwindSafe for EntityFormat
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