pub struct EncryptionSerializer;Implementations§
Source§impl EncryptionSerializer
impl EncryptionSerializer
pub fn serialize<W>(
writer: &mut EventWriter<W>,
name: &str,
obj: &Encryption,
) -> Result<(), Error>where
W: Write,
Auto Trait Implementations§
impl Freeze for EncryptionSerializer
impl RefUnwindSafe for EncryptionSerializer
impl Send for EncryptionSerializer
impl Sync for EncryptionSerializer
impl Unpin for EncryptionSerializer
impl UnwindSafe for EncryptionSerializer
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