pub struct RootStateAccessorGetObjectByPathInputResponse {
pub object: NONGetObjectInputResponse,
pub root: ObjectId,
pub revision: u64,
}
Fields
object: NONGetObjectInputResponse
root: ObjectId
revision: u64
Auto Trait Implementations
impl RefUnwindSafe for RootStateAccessorGetObjectByPathInputResponse
impl Send for RootStateAccessorGetObjectByPathInputResponse
impl Sync for RootStateAccessorGetObjectByPathInputResponse
impl Unpin for RootStateAccessorGetObjectByPathInputResponse
impl UnwindSafe for RootStateAccessorGetObjectByPathInputResponse
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