pub struct NativeAssertionRequest {
pub request_id: String,
pub device_id: String,
pub force_refresh: bool,
pub recovery_reason: Option<&'static str>,
}Fields§
§request_id: String§device_id: String§force_refresh: bool§recovery_reason: Option<&'static str>Trait Implementations§
Source§impl Clone for NativeAssertionRequest
impl Clone for NativeAssertionRequest
Source§impl Debug for NativeAssertionRequest
impl Debug for NativeAssertionRequest
Auto Trait Implementations§
impl Freeze for NativeAssertionRequest
impl RefUnwindSafe for NativeAssertionRequest
impl Send for NativeAssertionRequest
impl Sync for NativeAssertionRequest
impl Unpin for NativeAssertionRequest
impl UnsafeUnpin for NativeAssertionRequest
impl UnwindSafe for NativeAssertionRequest
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