pub struct AddUriCall {
pub uris: SmallVec<String>,
pub options: Option<TaskOptions>,
}Fields§
§uris: SmallVec<String>§options: Option<TaskOptions>Trait Implementations§
Source§impl Call for AddUriCall
impl Call for AddUriCall
Auto Trait Implementations§
impl Freeze for AddUriCall
impl RefUnwindSafe for AddUriCall
impl Send for AddUriCall
impl Sync for AddUriCall
impl Unpin for AddUriCall
impl UnwindSafe for AddUriCall
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