pub enum WriteTargets {
ASM,
CSHARP,
CSV,
RUST,
}
Variants§
Auto Trait Implementations§
impl Freeze for WriteTargets
impl RefUnwindSafe for WriteTargets
impl Send for WriteTargets
impl Sync for WriteTargets
impl Unpin for WriteTargets
impl UnwindSafe for WriteTargets
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