pub struct PackSourceId(/* private fields */);Expand description
Opaque identifier for one source registered with a BoundedPackDecoder.
Trait Implementations§
Source§impl Clone for PackSourceId
impl Clone for PackSourceId
Source§fn clone(&self) -> PackSourceId
fn clone(&self) -> PackSourceId
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 moreimpl Copy for PackSourceId
Source§impl Debug for PackSourceId
impl Debug for PackSourceId
impl Eq for PackSourceId
Source§impl Hash for PackSourceId
impl Hash for PackSourceId
Source§impl PartialEq for PackSourceId
impl PartialEq for PackSourceId
impl StructuralPartialEq for PackSourceId
Auto Trait Implementations§
impl Freeze for PackSourceId
impl RefUnwindSafe for PackSourceId
impl Send for PackSourceId
impl Sync for PackSourceId
impl Unpin for PackSourceId
impl UnsafeUnpin for PackSourceId
impl UnwindSafe for PackSourceId
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