pub struct RustPackage { /* private fields */ }Expand description
A handle to one crate. Coords are authoritative (read from the columns).
Bytes are lazy — call RustPackage::bytes.
Implementations§
Source§impl RustPackage
impl RustPackage
Auto Trait Implementations§
impl Freeze for RustPackage
impl RefUnwindSafe for RustPackage
impl Send for RustPackage
impl Sync for RustPackage
impl Unpin for RustPackage
impl UnsafeUnpin for RustPackage
impl UnwindSafe for RustPackage
Blanket Implementations§
impl<T> Allocation for T
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