pub enum WriteTo {
Stdout,
InPlace,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WriteTo
impl RefUnwindSafe for WriteTo
impl Send for WriteTo
impl Sync for WriteTo
impl Unpin for WriteTo
impl UnwindSafe for WriteTo
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