pub struct SchemaRegistryMut<'a> { /* private fields */ }Expand description
A mutable view into an existing component schema map.
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for SchemaRegistryMut<'a>
impl<'a> RefUnwindSafe for SchemaRegistryMut<'a>
impl<'a> Send for SchemaRegistryMut<'a>
impl<'a> Sync for SchemaRegistryMut<'a>
impl<'a> Unpin for SchemaRegistryMut<'a>
impl<'a> UnsafeUnpin for SchemaRegistryMut<'a>
impl<'a> !UnwindSafe for SchemaRegistryMut<'a>
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