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