pub struct PioDestination(/* private fields */);Expand description
File, directory, or memory output destination.
Auto Trait Implementations§
impl Freeze for PioDestination
impl RefUnwindSafe for PioDestination
impl Send for PioDestination
impl Sync for PioDestination
impl Unpin for PioDestination
impl UnsafeUnpin for PioDestination
impl UnwindSafe for PioDestination
Blanket Implementations§
impl<T> Allocation for T
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