pub struct LaunchPresentationClaim {
pub document_target: Option<DocumentTargets>,
pub return_url: Option<String>,
pub locale: String,
pub height: Option<i32>,
pub width: Option<i32>,
pub validation_context: Option<String>,
pub errors: Option<IdTokenErrors>,
}Fields§
§document_target: Option<DocumentTargets>§return_url: Option<String>§locale: String§height: Option<i32>§width: Option<i32>§validation_context: Option<String>§errors: Option<IdTokenErrors>Trait Implementations§
Source§impl Clone for LaunchPresentationClaim
impl Clone for LaunchPresentationClaim
Source§fn clone(&self) -> LaunchPresentationClaim
fn clone(&self) -> LaunchPresentationClaim
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 LaunchPresentationClaim
impl Debug for LaunchPresentationClaim
Source§impl<'de> Deserialize<'de> for LaunchPresentationClaim
impl<'de> Deserialize<'de> for LaunchPresentationClaim
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 LaunchPresentationClaim
impl RefUnwindSafe for LaunchPresentationClaim
impl Send for LaunchPresentationClaim
impl Sync for LaunchPresentationClaim
impl Unpin for LaunchPresentationClaim
impl UnwindSafe for LaunchPresentationClaim
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