pub enum Consolidation {
Standard,
Skip,
}Expand description
Controls whether and how input/output types are merged.
Variants§
Trait Implementations§
Source§impl Clone for Consolidation
impl Clone for Consolidation
Source§fn clone(&self) -> Consolidation
fn clone(&self) -> Consolidation
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 Consolidation
impl Debug for Consolidation
Source§impl Default for Consolidation
impl Default for Consolidation
Source§fn default() -> Consolidation
fn default() -> Consolidation
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for Consolidation
impl RefUnwindSafe for Consolidation
impl Send for Consolidation
impl Sync for Consolidation
impl Unpin for Consolidation
impl UnsafeUnpin for Consolidation
impl UnwindSafe for Consolidation
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