pub struct Aria2Task {
pub id: String,
pub url: String,
pub status: String,
pub progress: f64,
pub created_at: String,
}Expand description
Aria2 task information for v3 API
Fields§
§id: String§url: String§status: String§progress: f64§created_at: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for Aria2Task
impl<'de> Deserialize<'de> for Aria2Task
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for Aria2Task
impl RefUnwindSafe for Aria2Task
impl Send for Aria2Task
impl Sync for Aria2Task
impl Unpin for Aria2Task
impl UnwindSafe for Aria2Task
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