pub struct DefaultSpecialFn;Expand description
A struct representing the default implementation of a special function.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DefaultSpecialFn
impl RefUnwindSafe for DefaultSpecialFn
impl Send for DefaultSpecialFn
impl Sync for DefaultSpecialFn
impl Unpin for DefaultSpecialFn
impl UnwindSafe for DefaultSpecialFn
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