pub struct PackageSeed(/* private fields */);Expand description
A thread-safe handle from which a Package with fresh caches is made.
Trait Implementations§
Source§impl Clone for PackageSeed
impl Clone for PackageSeed
Source§fn clone(&self) -> PackageSeed
fn clone(&self) -> PackageSeed
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 !RefUnwindSafe for PackageSeed
impl !UnwindSafe for PackageSeed
impl Freeze for PackageSeed
impl Send for PackageSeed
impl Sync for PackageSeed
impl Unpin for PackageSeed
impl UnsafeUnpin for PackageSeed
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