pub struct RehydrationMap { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for RehydrationMap
impl Clone for RehydrationMap
Source§fn clone(&self) -> RehydrationMap
fn clone(&self) -> RehydrationMap
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RehydrationMap
impl Debug for RehydrationMap
Source§impl Default for RehydrationMap
impl Default for RehydrationMap
Source§fn default() -> RehydrationMap
fn default() -> RehydrationMap
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RehydrationMap
impl RefUnwindSafe for RehydrationMap
impl Send for RehydrationMap
impl Sync for RehydrationMap
impl Unpin for RehydrationMap
impl UnsafeUnpin for RehydrationMap
impl UnwindSafe for RehydrationMap
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