pub struct PackageParagraphId(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for PackageParagraphId
impl Clone for PackageParagraphId
Source§fn clone(&self) -> PackageParagraphId
fn clone(&self) -> PackageParagraphId
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 PackageParagraphId
Source§impl Debug for PackageParagraphId
impl Debug for PackageParagraphId
impl Eq for PackageParagraphId
Source§impl Hash for PackageParagraphId
impl Hash for PackageParagraphId
Source§impl PartialEq for PackageParagraphId
impl PartialEq for PackageParagraphId
impl StructuralPartialEq for PackageParagraphId
Auto Trait Implementations§
impl Freeze for PackageParagraphId
impl RefUnwindSafe for PackageParagraphId
impl Send for PackageParagraphId
impl Sync for PackageParagraphId
impl Unpin for PackageParagraphId
impl UnsafeUnpin for PackageParagraphId
impl UnwindSafe for PackageParagraphId
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