pub struct MountStoragePolicyRequest {
pub policy_id: u64,
pub inherit_to_children: Option<bool>,
}Fields§
§policy_id: u64§inherit_to_children: Option<bool>Trait Implementations§
Source§impl Debug for MountStoragePolicyRequest
impl Debug for MountStoragePolicyRequest
Auto Trait Implementations§
impl Freeze for MountStoragePolicyRequest
impl RefUnwindSafe for MountStoragePolicyRequest
impl Send for MountStoragePolicyRequest
impl Sync for MountStoragePolicyRequest
impl Unpin for MountStoragePolicyRequest
impl UnwindSafe for MountStoragePolicyRequest
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