pub struct DreamOptions {
pub project_hash: String,
pub dry_run: bool,
}Fields§
§project_hash: String§dry_run: boolIf true, do not call the backend or write anything; report scope only.
Auto Trait Implementations§
impl Freeze for DreamOptions
impl RefUnwindSafe for DreamOptions
impl Send for DreamOptions
impl Sync for DreamOptions
impl Unpin for DreamOptions
impl UnsafeUnpin for DreamOptions
impl UnwindSafe for DreamOptions
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