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