pub(crate) enum AeadDirection {
Open,
Seal,
}
Variants§
Trait Implementations§
Source§impl From<AeadDirection> for evp_aead_direction_t
impl From<AeadDirection> for evp_aead_direction_t
Source§fn from(value: AeadDirection) -> Self
fn from(value: AeadDirection) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for AeadDirection
impl RefUnwindSafe for AeadDirection
impl Send for AeadDirection
impl Sync for AeadDirection
impl Unpin for AeadDirection
impl UnwindSafe for AeadDirection
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