pub enum OutputLayout {
SingleFile,
Split {
types_file: String,
client_file: String,
},
}Variants§
Trait Implementations§
Source§impl Default for OutputLayout
impl Default for OutputLayout
Source§fn default() -> OutputLayout
fn default() -> OutputLayout
Returns the “default value” for a type. Read more
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