pub struct Destination { /* private fields */ }Expand description
The common module records and containers. These explicit facade exports keep ordinary callers out of the component crate paths. Owned output destination for one file, one directory, or memory artifacts.
Implementations§
Source§impl Destination
impl Destination
Trait Implementations§
Source§impl Debug for Destination
impl Debug for Destination
Source§impl IntoDestination for Destination
impl IntoDestination for Destination
Source§fn into_destination(self) -> Result<Destination, Error>
fn into_destination(self) -> Result<Destination, Error>
Resolve the output. Read more
Auto Trait Implementations§
impl Freeze for Destination
impl RefUnwindSafe for Destination
impl Send for Destination
impl Sync for Destination
impl Unpin for Destination
impl UnsafeUnpin for Destination
impl UnwindSafe for Destination
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