Struct systemd_journal_logger::JournalLog [−][src]
pub struct JournalLog;
Expand description
A systemd journal logger.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for JournalLog
impl Send for JournalLog
impl Sync for JournalLog
impl Unpin for JournalLog
impl UnwindSafe for JournalLog
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> Same<T> for T
impl<T> Same<T> for Ttype Output = T
type Output = TShould always be Self