pub struct URType(/* private fields */);Implementations§
Trait Implementations§
impl StructuralPartialEq for URType
Auto Trait Implementations§
impl Freeze for URType
impl RefUnwindSafe for URType
impl Send for URType
impl Sync for URType
impl Unpin for URType
impl UnwindSafe for URType
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