pub struct CoercionTable { /* private fields */ }Expand description
Registry of registered coercions.
Implementations§
Trait Implementations§
Source§impl Default for CoercionTable
impl Default for CoercionTable
Source§fn default() -> CoercionTable
fn default() -> CoercionTable
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CoercionTable
impl RefUnwindSafe for CoercionTable
impl Send for CoercionTable
impl Sync for CoercionTable
impl Unpin for CoercionTable
impl UnsafeUnpin for CoercionTable
impl UnwindSafe for CoercionTable
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