pub struct WatchFileV5(/* private fields */);Expand description
A watch file in format 5 (RFC822/deb822 style)
Implementations§
Source§impl WatchFileV5
impl WatchFileV5
Sourcepub fn defaults(&self) -> Option<Paragraph>
pub fn defaults(&self) -> Option<Paragraph>
Returns the defaults paragraph if it exists. The defaults paragraph is the second paragraph (after Version) if it has no Source field.
Trait Implementations§
Source§impl Debug for WatchFileV5
impl Debug for WatchFileV5
Source§impl Default for WatchFileV5
impl Default for WatchFileV5
Source§impl Display for WatchFileV5
impl Display for WatchFileV5
Source§impl FromStr for WatchFileV5
impl FromStr for WatchFileV5
Source§impl WatchFileFormat for WatchFileV5
impl WatchFileFormat for WatchFileV5
Auto Trait Implementations§
impl Freeze for WatchFileV5
impl !RefUnwindSafe for WatchFileV5
impl !Send for WatchFileV5
impl !Sync for WatchFileV5
impl Unpin for WatchFileV5
impl !UnwindSafe for WatchFileV5
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