pub struct RootStateAccessGetObjectByPathInputResponse {
pub object: Option<NONGetObjectInputResponse>,
pub data: Option<NDNGetDataInputResponse>,
}
Fields
object: Option<NONGetObjectInputResponse>
data: Option<NDNGetDataInputResponse>
Auto Trait Implementations
impl !RefUnwindSafe for RootStateAccessGetObjectByPathInputResponse
impl Send for RootStateAccessGetObjectByPathInputResponse
impl Sync for RootStateAccessGetObjectByPathInputResponse
impl Unpin for RootStateAccessGetObjectByPathInputResponse
impl !UnwindSafe for RootStateAccessGetObjectByPathInputResponse
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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