pub struct UpdatePolicyRequest {
pub type: String,
pub timestamp_ms: String,
pub organization_id: String,
pub parameters: Option<UpdatePolicyIntentV2>,
pub generate_app_proofs: Option<bool>,
}Fields§
§type: String§timestamp_ms: String§organization_id: String§parameters: Option<UpdatePolicyIntentV2>§generate_app_proofs: Option<bool>Trait Implementations§
Source§impl Clone for UpdatePolicyRequest
impl Clone for UpdatePolicyRequest
Source§fn clone(&self) -> UpdatePolicyRequest
fn clone(&self) -> UpdatePolicyRequest
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 UpdatePolicyRequest
impl Debug for UpdatePolicyRequest
Source§impl<'de> Deserialize<'de> for UpdatePolicyRequest
impl<'de> Deserialize<'de> for UpdatePolicyRequest
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for UpdatePolicyRequest
impl PartialEq for UpdatePolicyRequest
Source§impl Serialize for UpdatePolicyRequest
impl Serialize for UpdatePolicyRequest
impl StructuralPartialEq for UpdatePolicyRequest
Auto Trait Implementations§
impl Freeze for UpdatePolicyRequest
impl RefUnwindSafe for UpdatePolicyRequest
impl Send for UpdatePolicyRequest
impl Sync for UpdatePolicyRequest
impl Unpin for UpdatePolicyRequest
impl UnsafeUnpin for UpdatePolicyRequest
impl UnwindSafe for UpdatePolicyRequest
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