pub enum ExportStrategy {
Raw,
Clean,
Reasoning,
}Variants§
Trait Implementations§
Source§impl Clone for ExportStrategy
impl Clone for ExportStrategy
Source§fn clone(&self) -> ExportStrategy
fn clone(&self) -> ExportStrategy
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 ExportStrategy
impl Debug for ExportStrategy
Source§impl FromStr for ExportStrategy
impl FromStr for ExportStrategy
impl Copy for ExportStrategy
Auto Trait Implementations§
impl Freeze for ExportStrategy
impl RefUnwindSafe for ExportStrategy
impl Send for ExportStrategy
impl Sync for ExportStrategy
impl Unpin for ExportStrategy
impl UnwindSafe for ExportStrategy
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