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