pub enum Doc {
Man(String),
Url(String),
}Expand description
Doc describes types of documentation possibly
available for a systemd unit
Variants§
Implementations§
Trait Implementations§
impl StructuralPartialEq for Doc
Auto Trait Implementations§
impl RefUnwindSafe for Doc
impl Send for Doc
impl Sync for Doc
impl Unpin for Doc
impl UnwindSafe for Doc
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