pub struct FilesParagraph { /* private fields */ }Expand description
A paragraph describing a set of files.
Implementations§
Trait Implementations§
Source§impl Clone for FilesParagraph
impl Clone for FilesParagraph
Source§fn clone(&self) -> FilesParagraph
fn clone(&self) -> FilesParagraph
Returns a duplicate 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 FilesParagraph
impl Debug for FilesParagraph
Source§impl Display for FilesParagraph
impl Display for FilesParagraph
Source§impl<P: Deb822LikeParagraph> FromDeb822Paragraph<P> for FilesParagraph
impl<P: Deb822LikeParagraph> FromDeb822Paragraph<P> for FilesParagraph
Source§impl PartialEq for FilesParagraph
impl PartialEq for FilesParagraph
Source§impl<P: Deb822LikeParagraph> ToDeb822Paragraph<P> for FilesParagraph
impl<P: Deb822LikeParagraph> ToDeb822Paragraph<P> for FilesParagraph
Source§fn to_paragraph(&self) -> P
fn to_paragraph(&self) -> P
Convert this object to a paragraph.
Source§fn update_paragraph(&self, para: &mut P)
fn update_paragraph(&self, para: &mut P)
Update the given paragraph with the values from this object.
impl Eq for FilesParagraph
impl StructuralPartialEq for FilesParagraph
Auto Trait Implementations§
impl Freeze for FilesParagraph
impl RefUnwindSafe for FilesParagraph
impl Send for FilesParagraph
impl Sync for FilesParagraph
impl Unpin for FilesParagraph
impl UnsafeUnpin for FilesParagraph
impl UnwindSafe for FilesParagraph
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