Struct openssl::pkcs5::KeyIvPair [−][src]
Fields
key: Vec<u8>
iv: Option<Vec<u8>>
Trait Implementations
impl Clone for KeyIvPair
[src][+]
impl Debug for KeyIvPair
[src][+]
impl Eq for KeyIvPair
[src]
impl Hash for KeyIvPair
[src][+]
impl PartialEq<KeyIvPair> for KeyIvPair
[src][+]
impl StructuralEq for KeyIvPair
[src]
impl StructuralPartialEq for KeyIvPair
[src]
Auto Trait Implementations
impl RefUnwindSafe for KeyIvPair
impl Send for KeyIvPair
impl Sync for KeyIvPair
impl Unpin for KeyIvPair
impl UnwindSafe for KeyIvPair
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,