pub enum CsdMultiplierError {
InvalidCharacter,
LengthMismatch,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CsdMultiplierError
impl RefUnwindSafe for CsdMultiplierError
impl Send for CsdMultiplierError
impl Sync for CsdMultiplierError
impl Unpin for CsdMultiplierError
impl UnwindSafe for CsdMultiplierError
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