pub enum ItuTT35Error {
NotEnoughData {
expected: usize,
actual: usize,
},
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ItuTT35Error
impl RefUnwindSafe for ItuTT35Error
impl Send for ItuTT35Error
impl Sync for ItuTT35Error
impl Unpin for ItuTT35Error
impl UnsafeUnpin for ItuTT35Error
impl UnwindSafe for ItuTT35Error
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