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