pub struct CrateShape {
pub name: String,
pub path: PathBuf,
pub canonical_text: String,
pub hash: String,
}Fields§
§name: String§path: PathBuf§canonical_text: String§hash: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for CrateShape
impl RefUnwindSafe for CrateShape
impl Send for CrateShape
impl Sync for CrateShape
impl Unpin for CrateShape
impl UnsafeUnpin for CrateShape
impl UnwindSafe for CrateShape
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