pub struct Destination { /* private fields */ }Expand description
Owned output destination for one file, one directory, or memory artifacts.
Implementations§
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§
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