pub struct UuidParser { /* private fields */ }
Implementations§
Source§impl UuidParser
impl UuidParser
Auto Trait Implementations§
impl Freeze for UuidParser
impl RefUnwindSafe for UuidParser
impl Send for UuidParser
impl Sync for UuidParser
impl Unpin for UuidParser
impl UnwindSafe for UuidParser
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