pub struct TypeScriptStackConfig {
pub package_name: String,
pub generate_helpers: bool,
pub export_const_name: String,
pub url: Option<String>,
}Fields§
§package_name: String§generate_helpers: bool§export_const_name: String§url: Option<String>Trait Implementations§
Source§impl Clone for TypeScriptStackConfig
impl Clone for TypeScriptStackConfig
Source§fn clone(&self) -> TypeScriptStackConfig
fn clone(&self) -> TypeScriptStackConfig
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 TypeScriptStackConfig
impl Debug for TypeScriptStackConfig
Auto Trait Implementations§
impl Freeze for TypeScriptStackConfig
impl RefUnwindSafe for TypeScriptStackConfig
impl Send for TypeScriptStackConfig
impl Sync for TypeScriptStackConfig
impl Unpin for TypeScriptStackConfig
impl UnwindSafe for TypeScriptStackConfig
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