pub struct TellStatusReplyFile {
pub index: String,
pub length: u64,
pub completed_length: u64,
pub path: String,
pub selected: bool,
pub uris: Vec<TellStatusReplyUri>,
}Fields§
§index: String§length: u64§completed_length: u64§path: String§selected: bool§uris: Vec<TellStatusReplyUri>Trait Implementations§
Source§impl Clone for TellStatusReplyFile
impl Clone for TellStatusReplyFile
Source§fn clone(&self) -> TellStatusReplyFile
fn clone(&self) -> TellStatusReplyFile
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TellStatusReplyFile
impl Debug for TellStatusReplyFile
Source§impl<'de> Deserialize<'de> for TellStatusReplyFile
impl<'de> Deserialize<'de> for TellStatusReplyFile
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 TellStatusReplyFile
impl RefUnwindSafe for TellStatusReplyFile
impl Send for TellStatusReplyFile
impl Sync for TellStatusReplyFile
impl Unpin for TellStatusReplyFile
impl UnwindSafe for TellStatusReplyFile
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