pub struct FilePublisher { /* private fields */ }Expand description
Publishes messages into the stream file.
User headers travel in a text-safe envelope applied only when headers are present, so a file written without headers stays readable as a plain payload stream by other tools.
Trait Implementations§
Source§impl Clone for FilePublisher
impl Clone for FilePublisher
Source§fn clone(&self) -> FilePublisher
fn clone(&self) -> FilePublisher
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 FilePublisher
impl Debug for FilePublisher
Auto Trait Implementations§
impl !RefUnwindSafe for FilePublisher
impl !UnwindSafe for FilePublisher
impl Freeze for FilePublisher
impl Send for FilePublisher
impl Sync for FilePublisher
impl Unpin for FilePublisher
impl UnsafeUnpin for FilePublisher
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