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