Struct cyfs_lib::NDNPutDataOutputResponse
source · [−]pub struct NDNPutDataOutputResponse {
pub result: NDNPutDataResult,
}
Fields
result: NDNPutDataResult
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NDNPutDataOutputResponse
impl Send for NDNPutDataOutputResponse
impl Sync for NDNPutDataOutputResponse
impl Unpin for NDNPutDataOutputResponse
impl UnwindSafe for NDNPutDataOutputResponse
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