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