pub struct MitIdPending {
pub id: String,
pub ref_id: Option<String>,
pub url: Option<String>,
pub binding_message: Option<String>,
}Expand description
Returned while the user has not yet acted.
Fields§
§id: String§ref_id: Option<String>§url: Option<String>§binding_message: Option<String>Present in the backchannel flow — display this to the user.
Trait Implementations§
Source§impl Clone for MitIdPending
impl Clone for MitIdPending
Source§fn clone(&self) -> MitIdPending
fn clone(&self) -> MitIdPending
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 MitIdPending
impl Debug for MitIdPending
Source§impl<'de> Deserialize<'de> for MitIdPending
impl<'de> Deserialize<'de> for MitIdPending
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
Auto Trait Implementations§
impl Freeze for MitIdPending
impl RefUnwindSafe for MitIdPending
impl Send for MitIdPending
impl Sync for MitIdPending
impl Unpin for MitIdPending
impl UnsafeUnpin for MitIdPending
impl UnwindSafe for MitIdPending
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