Struct cyfs_lib::NDNGetDataOutputResponse
source · pub struct NDNGetDataOutputResponse {
pub object_id: ObjectId,
pub owner_id: Option<ObjectId>,
pub attr: Option<Attributes>,
pub range: Option<NDNDataResponseRange>,
pub length: u64,
pub data: Box<dyn Read + Unpin + Send + Sync + 'static>,
}
Fields
object_id: ObjectId
owner_id: Option<ObjectId>
attr: Option<Attributes>
range: Option<NDNDataResponseRange>
length: u64
data: Box<dyn Read + Unpin + Send + Sync + 'static>
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for NDNGetDataOutputResponse
impl Send for NDNGetDataOutputResponse
impl Sync for NDNGetDataOutputResponse
impl Unpin for NDNGetDataOutputResponse
impl !UnwindSafe for NDNGetDataOutputResponse
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more