pub struct SystemPolicyUpdateWhen(/* private fields */);Implementations§
Source§impl SystemPolicyUpdateWhen
impl SystemPolicyUpdateWhen
pub fn new(inner: When) -> Self
pub fn into_inner(self) -> When
pub fn body(self, value: &FleetRolePolicy) -> Self
Auto Trait Implementations§
impl Freeze for SystemPolicyUpdateWhen
impl !RefUnwindSafe for SystemPolicyUpdateWhen
impl !Send for SystemPolicyUpdateWhen
impl !Sync for SystemPolicyUpdateWhen
impl Unpin for SystemPolicyUpdateWhen
impl UnsafeUnpin for SystemPolicyUpdateWhen
impl !UnwindSafe for SystemPolicyUpdateWhen
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