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