pub enum CbcMode {}
Expand description
Type-level constants for CBC mode
Trait Implementations§
Source§impl CipherMode for CbcMode
impl CipherMode for CbcMode
Auto Trait Implementations§
impl Freeze for CbcMode
impl RefUnwindSafe for CbcMode
impl Send for CbcMode
impl Sync for CbcMode
impl Unpin for CbcMode
impl UnwindSafe for CbcMode
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