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