#[non_exhaustive]pub struct AutomaticUpdatePolicy { /* private fields */ }
Expand description
Security patches are applied automatically to the runtime without requiring the function to be redeployed.
Implementations§
Trait Implementations§
Source§impl Clone for AutomaticUpdatePolicy
impl Clone for AutomaticUpdatePolicy
Source§fn clone(&self) -> AutomaticUpdatePolicy
fn clone(&self) -> AutomaticUpdatePolicy
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for AutomaticUpdatePolicy
impl Debug for AutomaticUpdatePolicy
Source§impl Default for AutomaticUpdatePolicy
impl Default for AutomaticUpdatePolicy
Source§fn default() -> AutomaticUpdatePolicy
fn default() -> AutomaticUpdatePolicy
Returns the “default value” for a type. Read more
Source§impl Message for AutomaticUpdatePolicy
impl Message for AutomaticUpdatePolicy
Source§impl PartialEq for AutomaticUpdatePolicy
impl PartialEq for AutomaticUpdatePolicy
impl StructuralPartialEq for AutomaticUpdatePolicy
Auto Trait Implementations§
impl Freeze for AutomaticUpdatePolicy
impl RefUnwindSafe for AutomaticUpdatePolicy
impl Send for AutomaticUpdatePolicy
impl Sync for AutomaticUpdatePolicy
impl Unpin for AutomaticUpdatePolicy
impl UnwindSafe for AutomaticUpdatePolicy
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