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 (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 ExportStrategy
Source§impl Debug for ExportStrategy
impl Debug 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 UnsafeUnpin 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