pub struct ProjectOptions { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Default for ProjectOptions
impl Default for ProjectOptions
Source§fn default() -> ProjectOptions
fn default() -> ProjectOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ProjectOptions
impl RefUnwindSafe for ProjectOptions
impl Send for ProjectOptions
impl Sync for ProjectOptions
impl Unpin for ProjectOptions
impl UnwindSafe for ProjectOptions
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