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