pub struct RustApp { /* private fields */ }Expand description
A specially compiled SPL version with custom parameters included.
Implementations§
Auto Trait Implementations§
impl Freeze for RustApp
impl RefUnwindSafe for RustApp
impl Send for RustApp
impl Sync for RustApp
impl Unpin for RustApp
impl UnwindSafe for RustApp
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