pub enum BoundedFileSinkError {
IoError(Error),
MaxLenReached,
}Variants§
Trait Implementations§
Source§impl Debug for BoundedFileSinkError
impl Debug for BoundedFileSinkError
Source§impl Display for BoundedFileSinkError
impl Display for BoundedFileSinkError
Auto Trait Implementations§
impl Freeze for BoundedFileSinkError
impl !RefUnwindSafe for BoundedFileSinkError
impl Send for BoundedFileSinkError
impl Sync for BoundedFileSinkError
impl Unpin for BoundedFileSinkError
impl !UnwindSafe for BoundedFileSinkError
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