pub struct Dehydrate { /* private fields */ }
Expand description
A ticket for the SyncFilter::dehydrate callback.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Dehydrate
impl RefUnwindSafe for Dehydrate
impl Send for Dehydrate
impl Sync for Dehydrate
impl Unpin for Dehydrate
impl UnwindSafe for Dehydrate
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