pub struct PointTagHandler;Expand description
Example custom tag handler for a Point type
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PointTagHandler
impl RefUnwindSafe for PointTagHandler
impl Send for PointTagHandler
impl Sync for PointTagHandler
impl Unpin for PointTagHandler
impl UnwindSafe for PointTagHandler
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