pub struct SetOrganizationFeatureRequest {
pub type: String,
pub timestamp_ms: String,
pub organization_id: String,
pub parameters: Option<SetOrganizationFeatureIntent>,
pub generate_app_proofs: Option<bool>,
}Fields§
§type: String§timestamp_ms: String§organization_id: String§parameters: Option<SetOrganizationFeatureIntent>§generate_app_proofs: Option<bool>Trait Implementations§
Source§impl Clone for SetOrganizationFeatureRequest
impl Clone for SetOrganizationFeatureRequest
Source§fn clone(&self) -> SetOrganizationFeatureRequest
fn clone(&self) -> SetOrganizationFeatureRequest
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<'de> Deserialize<'de> for SetOrganizationFeatureRequest
impl<'de> Deserialize<'de> for SetOrganizationFeatureRequest
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
impl StructuralPartialEq for SetOrganizationFeatureRequest
Auto Trait Implementations§
impl Freeze for SetOrganizationFeatureRequest
impl RefUnwindSafe for SetOrganizationFeatureRequest
impl Send for SetOrganizationFeatureRequest
impl Sync for SetOrganizationFeatureRequest
impl Unpin for SetOrganizationFeatureRequest
impl UnsafeUnpin for SetOrganizationFeatureRequest
impl UnwindSafe for SetOrganizationFeatureRequest
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