pub struct StoreRecord {
pub package_ref: String,
pub path: PathBuf,
pub verified: bool,
}Fields§
§package_ref: String§path: PathBuf§verified: boolTrait Implementations§
Source§impl Clone for StoreRecord
impl Clone for StoreRecord
Source§fn clone(&self) -> StoreRecord
fn clone(&self) -> StoreRecord
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for StoreRecord
impl RefUnwindSafe for StoreRecord
impl Send for StoreRecord
impl Sync for StoreRecord
impl Unpin for StoreRecord
impl UnsafeUnpin for StoreRecord
impl UnwindSafe for StoreRecord
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