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