pub struct AddMetalinkCall<'a> {
pub metalink: Cow<'a, str>,
pub options: Option<TaskOptions>,
}Fields§
§metalink: Cow<'a, str>§options: Option<TaskOptions>Trait Implementations§
Source§impl Call for AddMetalinkCall<'_>
impl Call for AddMetalinkCall<'_>
Auto Trait Implementations§
impl<'a> Freeze for AddMetalinkCall<'a>
impl<'a> RefUnwindSafe for AddMetalinkCall<'a>
impl<'a> Send for AddMetalinkCall<'a>
impl<'a> Sync for AddMetalinkCall<'a>
impl<'a> Unpin for AddMetalinkCall<'a>
impl<'a> UnwindSafe for AddMetalinkCall<'a>
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