pub struct CreateFedcmFlowResponse {
pub csrf_token: Option<String>,
pub providers: Option<Vec<Provider>>,
}Expand description
CreateFedcmFlowResponse : Contains a list of all available FedCM providers.
Fields§
§csrf_token: Option<String>§providers: Option<Vec<Provider>>Implementations§
Source§impl CreateFedcmFlowResponse
impl CreateFedcmFlowResponse
Sourcepub fn new() -> CreateFedcmFlowResponse
pub fn new() -> CreateFedcmFlowResponse
Contains a list of all available FedCM providers.
Trait Implementations§
Source§impl Clone for CreateFedcmFlowResponse
impl Clone for CreateFedcmFlowResponse
Source§fn clone(&self) -> CreateFedcmFlowResponse
fn clone(&self) -> CreateFedcmFlowResponse
Returns a duplicate 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 Debug for CreateFedcmFlowResponse
impl Debug for CreateFedcmFlowResponse
Source§impl Default for CreateFedcmFlowResponse
impl Default for CreateFedcmFlowResponse
Source§fn default() -> CreateFedcmFlowResponse
fn default() -> CreateFedcmFlowResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateFedcmFlowResponse
impl<'de> Deserialize<'de> for CreateFedcmFlowResponse
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 CreateFedcmFlowResponse
impl PartialEq for CreateFedcmFlowResponse
Source§impl Serialize for CreateFedcmFlowResponse
impl Serialize for CreateFedcmFlowResponse
impl StructuralPartialEq for CreateFedcmFlowResponse
Auto Trait Implementations§
impl Freeze for CreateFedcmFlowResponse
impl RefUnwindSafe for CreateFedcmFlowResponse
impl Send for CreateFedcmFlowResponse
impl Sync for CreateFedcmFlowResponse
impl Unpin for CreateFedcmFlowResponse
impl UnwindSafe for CreateFedcmFlowResponse
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