pub struct RootStateAccessGetObjectByPathInputResponse {
pub object: NONGetObjectInputResponse,
pub root: ObjectId,
pub revision: u64,
}
Fields
object: NONGetObjectInputResponse
root: ObjectId
revision: u64
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 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