pub struct CatalogOptions {
pub project_root: PathBuf,
}Fields§
§project_root: PathBufImplementations§
Trait Implementations§
Source§impl Clone for CatalogOptions
impl Clone for CatalogOptions
Source§fn clone(&self) -> CatalogOptions
fn clone(&self) -> CatalogOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for CatalogOptions
impl RefUnwindSafe for CatalogOptions
impl Send for CatalogOptions
impl Sync for CatalogOptions
impl Unpin for CatalogOptions
impl UnsafeUnpin for CatalogOptions
impl UnwindSafe for CatalogOptions
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