pub struct SessionStatusRetryAction {
pub label: String,
pub link: Option<String>,
pub message: String,
pub provider: String,
pub reason: String,
pub title: String,
}Fields§
§label: String§link: Option<String>§message: String§provider: String§reason: String§title: StringTrait Implementations§
Source§impl Clone for SessionStatusRetryAction
impl Clone for SessionStatusRetryAction
Source§fn clone(&self) -> SessionStatusRetryAction
fn clone(&self) -> SessionStatusRetryAction
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 SessionStatusRetryAction
impl Debug for SessionStatusRetryAction
Source§impl<'de> Deserialize<'de> for SessionStatusRetryAction
impl<'de> Deserialize<'de> for SessionStatusRetryAction
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 SessionStatusRetryAction
impl PartialEq for SessionStatusRetryAction
Source§impl Serialize for SessionStatusRetryAction
impl Serialize for SessionStatusRetryAction
impl StructuralPartialEq for SessionStatusRetryAction
Auto Trait Implementations§
impl Freeze for SessionStatusRetryAction
impl RefUnwindSafe for SessionStatusRetryAction
impl Send for SessionStatusRetryAction
impl Sync for SessionStatusRetryAction
impl Unpin for SessionStatusRetryAction
impl UnsafeUnpin for SessionStatusRetryAction
impl UnwindSafe for SessionStatusRetryAction
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