pub struct BodyfileSorter { /* private fields */ }Implementations§
Source§impl BodyfileSorter
impl BodyfileSorter
pub fn with_receiver( self, decoder: Receiver<Bodyfile3Line>, _: RunOptions, ) -> Self
pub fn with_output(self, output: Box<dyn Mactime2Writer>) -> Self
Trait Implementations§
Source§impl Default for BodyfileSorter
impl Default for BodyfileSorter
Source§fn default() -> BodyfileSorter
fn default() -> BodyfileSorter
Returns the “default value” for a type. Read more
Source§impl Joinable<Result<(), MactimeError>> for BodyfileSorter
impl Joinable<Result<(), MactimeError>> for BodyfileSorter
impl Sorter<Result<(), MactimeError>> for BodyfileSorter
Auto Trait Implementations§
impl Freeze for BodyfileSorter
impl !RefUnwindSafe for BodyfileSorter
impl Send for BodyfileSorter
impl !Sync for BodyfileSorter
impl Unpin for BodyfileSorter
impl !UnwindSafe for BodyfileSorter
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