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