pub(crate) struct StrateDef {
pub(crate) name: String,
pub(crate) binary: String,
pub(crate) stype: String,
pub(crate) target: String,
}Fields§
§name: String§binary: String§stype: String§target: StringAuto Trait Implementations§
impl Freeze for StrateDef
impl RefUnwindSafe for StrateDef
impl Send for StrateDef
impl Sync for StrateDef
impl Unpin for StrateDef
impl UnsafeUnpin for StrateDef
impl UnwindSafe for StrateDef
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