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