pub struct WebCotisOptions {
pub output: PathBuf,
pub features: Vec<String>,
}Fields§
§output: PathBuf§features: Vec<String>Trait Implementations§
Source§impl Clone for WebCotisOptions
impl Clone for WebCotisOptions
Source§fn clone(&self) -> WebCotisOptions
fn clone(&self) -> WebCotisOptions
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 moreSource§impl Debug for WebCotisOptions
impl Debug for WebCotisOptions
Auto Trait Implementations§
impl Freeze for WebCotisOptions
impl RefUnwindSafe for WebCotisOptions
impl Send for WebCotisOptions
impl Sync for WebCotisOptions
impl Unpin for WebCotisOptions
impl UnsafeUnpin for WebCotisOptions
impl UnwindSafe for WebCotisOptions
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