pub struct MainClass {
pub main_class: String,
}Fields§
§main_class: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for MainClass
impl RefUnwindSafe for MainClass
impl Send for MainClass
impl Sync for MainClass
impl Unpin for MainClass
impl UnwindSafe for MainClass
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