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