pub struct MetadataApplier { /* private fields */ }
Expand description
Returned from crate::Manager::apply_sync_reply
.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MetadataApplier
impl RefUnwindSafe for MetadataApplier
impl Send for MetadataApplier
impl Sync for MetadataApplier
impl Unpin for MetadataApplier
impl UnwindSafe for MetadataApplier
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