pub struct MsilAssembly {
pub name: String,
}Fields§
§name: StringAuto Trait Implementations§
impl Freeze for MsilAssembly
impl RefUnwindSafe for MsilAssembly
impl Send for MsilAssembly
impl Sync for MsilAssembly
impl Unpin for MsilAssembly
impl UnsafeUnpin for MsilAssembly
impl UnwindSafe for MsilAssembly
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