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