pub enum OutputLayout {
File,
Directory,
}Expand description
Physical shape of one completed emission.
Layout is independent of fidelity: both a one-file format and a directory format can be either an exact same-format echo or a canonical serialization.
Variants§
Trait Implementations§
Source§impl Clone for OutputLayout
impl Clone for OutputLayout
Source§fn clone(&self) -> OutputLayout
fn clone(&self) -> OutputLayout
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 OutputLayout
Source§impl Debug for OutputLayout
impl Debug for OutputLayout
impl Eq for OutputLayout
Source§impl PartialEq for OutputLayout
impl PartialEq for OutputLayout
Source§fn eq(&self, other: &OutputLayout) -> bool
fn eq(&self, other: &OutputLayout) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for OutputLayout
Auto Trait Implementations§
impl Freeze for OutputLayout
impl RefUnwindSafe for OutputLayout
impl Send for OutputLayout
impl Sync for OutputLayout
impl Unpin for OutputLayout
impl UnsafeUnpin for OutputLayout
impl UnwindSafe for OutputLayout
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