pub struct ReconstructorContext {}Implementations§
Trait Implementations§
Source§impl Default for ReconstructorContext
impl Default for ReconstructorContext
Source§fn default() -> ReconstructorContext
fn default() -> ReconstructorContext
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ReconstructorContext
impl RefUnwindSafe for ReconstructorContext
impl Send for ReconstructorContext
impl Sync for ReconstructorContext
impl Unpin for ReconstructorContext
impl UnwindSafe for ReconstructorContext
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