pub struct PrivateArtifactRef(/* private fields */);Expand description
Opaque, boot-trusted private-artifact reference.
Implementations§
Trait Implementations§
Source§impl Clone for PrivateArtifactRef
impl Clone for PrivateArtifactRef
Source§fn clone(&self) -> PrivateArtifactRef
fn clone(&self) -> PrivateArtifactRef
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 moreSource§impl Debug for PrivateArtifactRef
impl Debug for PrivateArtifactRef
impl Eq for PrivateArtifactRef
Source§impl Ord for PrivateArtifactRef
impl Ord for PrivateArtifactRef
Source§fn cmp(&self, other: &PrivateArtifactRef) -> Ordering
fn cmp(&self, other: &PrivateArtifactRef) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for PrivateArtifactRef
impl PartialEq for PrivateArtifactRef
Source§impl PartialOrd for PrivateArtifactRef
impl PartialOrd for PrivateArtifactRef
impl StructuralPartialEq for PrivateArtifactRef
Auto Trait Implementations§
impl Freeze for PrivateArtifactRef
impl RefUnwindSafe for PrivateArtifactRef
impl Send for PrivateArtifactRef
impl Sync for PrivateArtifactRef
impl Unpin for PrivateArtifactRef
impl UnsafeUnpin for PrivateArtifactRef
impl UnwindSafe for PrivateArtifactRef
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