Struct cyfs_bdt::ndn::DownloadSource
source · pub struct DownloadSource<T: Debug + Clone + Send + Sync> {
pub target: T,
pub codec_desc: ChunkCodecDesc,
}Fields§
§target: T§codec_desc: ChunkCodecDescTrait Implementations§
source§impl<T: Clone + Debug + Clone + Send + Sync> Clone for DownloadSource<T>
impl<T: Clone + Debug + Clone + Send + Sync> Clone for DownloadSource<T>
source§fn clone(&self) -> DownloadSource<T>
fn clone(&self) -> DownloadSource<T>
Returns a copy 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 Into<DownloadSource<NamedObjectId<NamedObjType<DeviceDescContent, DeviceBodyContent>>>> for DownloadSource<DeviceDesc>
impl Into<DownloadSource<NamedObjectId<NamedObjType<DeviceDescContent, DeviceBodyContent>>>> for DownloadSource<DeviceDesc>
source§fn into(self) -> DownloadSource<DeviceId>
fn into(self) -> DownloadSource<DeviceId>
Converts this type into the (usually inferred) input type.