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