Struct clockwork_utils::CrateInfo
source · pub struct CrateInfo {
pub spec: String,
pub blob: String,
}
Expand description
Crate build information
Fields§
§spec: String
The link to the crate spec
blob: String
Arbitrary blob that can be set by developers
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for CrateInfo
impl Send for CrateInfo
impl Sync for CrateInfo
impl Unpin for CrateInfo
impl UnwindSafe for CrateInfo
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