pub struct commitUrl;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for commitUrl
impl RefUnwindSafe for commitUrl
impl Send for commitUrl
impl Sync for commitUrl
impl Unpin for commitUrl
impl UnwindSafe for commitUrl
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