pub struct FetchCall {
pub url: String,
}Fields§
§url: StringTrait Implementations§
impl Eq for FetchCall
impl StructuralPartialEq for FetchCall
Auto Trait Implementations§
impl Freeze for FetchCall
impl RefUnwindSafe for FetchCall
impl Send for FetchCall
impl Sync for FetchCall
impl Unpin for FetchCall
impl UnsafeUnpin for FetchCall
impl UnwindSafe for FetchCall
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