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