pub struct AccessMutationPreview {
pub gmap_path: String,
pub rule_path: String,
pub policy: String,
pub writes: Vec<String>,
}Fields§
§gmap_path: String§rule_path: String§policy: String§writes: Vec<String>Trait Implementations§
Source§impl Debug for AccessMutationPreview
impl Debug for AccessMutationPreview
Auto Trait Implementations§
impl Freeze for AccessMutationPreview
impl RefUnwindSafe for AccessMutationPreview
impl Send for AccessMutationPreview
impl Sync for AccessMutationPreview
impl Unpin for AccessMutationPreview
impl UnsafeUnpin for AccessMutationPreview
impl UnwindSafe for AccessMutationPreview
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more