pub struct ParagraphsExample { /* private fields */ }
Expand description
An example struct generated by the paragraphs!
macro.
All structs generated by paragraphs!
will have the same functions.
Implementations§
Trait Implementations§
Source§impl Clone for ParagraphsExample
impl Clone for ParagraphsExample
Source§fn clone(&self) -> ParagraphsExample
fn clone(&self) -> ParagraphsExample
Returns a copy of the value. Read more
1.0.0 · 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 ParagraphsExample
impl Debug for ParagraphsExample
Source§impl Default for ParagraphsExample
impl Default for ParagraphsExample
Source§fn default() -> ParagraphsExample
fn default() -> ParagraphsExample
Returns the “default value” for a type. Read more
Source§impl Hash for ParagraphsExample
impl Hash for ParagraphsExample
Source§impl Ord for ParagraphsExample
impl Ord for ParagraphsExample
Source§fn cmp(&self, other: &ParagraphsExample) -> Ordering
fn cmp(&self, other: &ParagraphsExample) -> Ordering
1.21.0 · 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
Source§impl PartialEq for ParagraphsExample
impl PartialEq for ParagraphsExample
Source§impl PartialOrd for ParagraphsExample
impl PartialOrd for ParagraphsExample
impl Copy for ParagraphsExample
impl Eq for ParagraphsExample
impl StructuralPartialEq for ParagraphsExample
Auto Trait Implementations§
impl Freeze for ParagraphsExample
impl RefUnwindSafe for ParagraphsExample
impl Send for ParagraphsExample
impl Sync for ParagraphsExample
impl Unpin for ParagraphsExample
impl UnwindSafe for ParagraphsExample
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