pub struct WarehouseOutputOpts {
pub output_root: PathBuf,
}Fields§
§output_root: PathBufTrait Implementations§
Source§impl Clone for WarehouseOutputOpts
impl Clone for WarehouseOutputOpts
Source§fn clone(&self) -> WarehouseOutputOpts
fn clone(&self) -> WarehouseOutputOpts
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WarehouseOutputOpts
impl Debug for WarehouseOutputOpts
Source§impl From<&WarehouseOutputArgs> for WarehouseOutputOpts
impl From<&WarehouseOutputArgs> for WarehouseOutputOpts
Source§fn from(args: &WarehouseOutputArgs) -> Self
fn from(args: &WarehouseOutputArgs) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for WarehouseOutputOpts
impl RefUnwindSafe for WarehouseOutputOpts
impl Send for WarehouseOutputOpts
impl Sync for WarehouseOutputOpts
impl Unpin for WarehouseOutputOpts
impl UnwindSafe for WarehouseOutputOpts
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