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