pub struct CspUpdatePolicyParams {
pub page_id: String,
pub policy_id: String,
pub policy_update: Option<PolicyUpdate>,
}Expand description
struct for passing parameters to the method csp_update_policy
Fields§
§page_id: StringPage identifier
policy_id: StringPolicy identifier
policy_update: Option<PolicyUpdate>Trait Implementations§
Source§impl Clone for CspUpdatePolicyParams
impl Clone for CspUpdatePolicyParams
Source§fn clone(&self) -> CspUpdatePolicyParams
fn clone(&self) -> CspUpdatePolicyParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CspUpdatePolicyParams
impl Debug for CspUpdatePolicyParams
Source§impl Default for CspUpdatePolicyParams
impl Default for CspUpdatePolicyParams
Source§fn default() -> CspUpdatePolicyParams
fn default() -> CspUpdatePolicyParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CspUpdatePolicyParams
impl RefUnwindSafe for CspUpdatePolicyParams
impl Send for CspUpdatePolicyParams
impl Sync for CspUpdatePolicyParams
impl Unpin for CspUpdatePolicyParams
impl UnsafeUnpin for CspUpdatePolicyParams
impl UnwindSafe for CspUpdatePolicyParams
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