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