pub struct ProxyKeySet { /* private fields */ }
Implementations§
Source§impl ProxyKeySet
impl ProxyKeySet
pub fn generate(from: &EncryptionKeySet, to: &EncryptionKeySet) -> Self
pub fn to_bytes(&self) -> Result<Vec<u8>, Error>
pub fn from_bytes(bytes: &[u8]) -> Result<Self>
Trait Implementations§
Source§impl Clone for ProxyKeySet
impl Clone for ProxyKeySet
Source§fn clone(&self) -> ProxyKeySet
fn clone(&self) -> ProxyKeySet
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ProxyKeySet
impl Debug for ProxyKeySet
Source§impl<'de> Deserialize<'de> for ProxyKeySet
impl<'de> Deserialize<'de> for ProxyKeySet
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Drop for ProxyKeySet
impl Drop for ProxyKeySet
Source§impl Serialize for ProxyKeySet
impl Serialize for ProxyKeySet
Auto Trait Implementations§
impl Freeze for ProxyKeySet
impl RefUnwindSafe for ProxyKeySet
impl Send for ProxyKeySet
impl Sync for ProxyKeySet
impl Unpin for ProxyKeySet
impl UnwindSafe for ProxyKeySet
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