Struct ory_client::models::update_settings_flow_with_profile_method::UpdateSettingsFlowWithProfileMethod
source · pub struct UpdateSettingsFlowWithProfileMethod {
pub csrf_token: Option<String>,
pub method: String,
pub traits: Value,
}Expand description
UpdateSettingsFlowWithProfileMethod : Update Settings Flow with Profile Method
Fields§
§csrf_token: Option<String>The Anti-CSRF Token This token is only required when performing browser flows.
method: StringMethod Should be set to profile when trying to update a profile.
traits: ValueTraits The identity’s traits.
Implementations§
source§impl UpdateSettingsFlowWithProfileMethod
impl UpdateSettingsFlowWithProfileMethod
sourcepub fn new(method: String, traits: Value) -> UpdateSettingsFlowWithProfileMethod
pub fn new(method: String, traits: Value) -> UpdateSettingsFlowWithProfileMethod
Update Settings Flow with Profile Method
Trait Implementations§
source§impl Clone for UpdateSettingsFlowWithProfileMethod
impl Clone for UpdateSettingsFlowWithProfileMethod
source§fn clone(&self) -> UpdateSettingsFlowWithProfileMethod
fn clone(&self) -> UpdateSettingsFlowWithProfileMethod
Returns a copy 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<'de> Deserialize<'de> for UpdateSettingsFlowWithProfileMethod
impl<'de> Deserialize<'de> for UpdateSettingsFlowWithProfileMethod
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<UpdateSettingsFlowWithProfileMethod> for UpdateSettingsFlowWithProfileMethod
impl PartialEq<UpdateSettingsFlowWithProfileMethod> for UpdateSettingsFlowWithProfileMethod
source§fn eq(&self, other: &UpdateSettingsFlowWithProfileMethod) -> bool
fn eq(&self, other: &UpdateSettingsFlowWithProfileMethod) -> bool
This method tests for
self and other values to be equal, and is used
by ==.