pub enum EntityCompactStorage {
Plain,
Compact,
}Expand description
Value of the entity-content storage capability (E-004).
Variants§
Plain
--debug --noent dumps the entity content child as TEXT (<= 2.12.6).
Compact
Dumps as TEXT compact (>= 2.13.0, commit 8d04f0ee).
Trait Implementations§
Source§impl Clone for EntityCompactStorage
impl Clone for EntityCompactStorage
Source§fn clone(&self) -> EntityCompactStorage
fn clone(&self) -> EntityCompactStorage
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 EntityCompactStorage
Source§impl Debug for EntityCompactStorage
impl Debug for EntityCompactStorage
impl Eq for EntityCompactStorage
Source§impl PartialEq for EntityCompactStorage
impl PartialEq for EntityCompactStorage
impl StructuralPartialEq for EntityCompactStorage
Auto Trait Implementations§
impl Freeze for EntityCompactStorage
impl RefUnwindSafe for EntityCompactStorage
impl Send for EntityCompactStorage
impl Sync for EntityCompactStorage
impl Unpin for EntityCompactStorage
impl UnsafeUnpin for EntityCompactStorage
impl UnwindSafe for EntityCompactStorage
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