pub struct VerfyAndAuthRequest {
pub api_name: String,
pub api_version: String,
pub opaque_is_vkey: String,
pub extra_auth: bool,
}Fields§
§api_name: String§api_version: String§opaque_is_vkey: String§extra_auth: boolTrait Implementations§
Source§impl Clone for VerfyAndAuthRequest
impl Clone for VerfyAndAuthRequest
Source§fn clone(&self) -> VerfyAndAuthRequest
fn clone(&self) -> VerfyAndAuthRequest
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 moreAuto Trait Implementations§
impl Freeze for VerfyAndAuthRequest
impl RefUnwindSafe for VerfyAndAuthRequest
impl Send for VerfyAndAuthRequest
impl Sync for VerfyAndAuthRequest
impl Unpin for VerfyAndAuthRequest
impl UnsafeUnpin for VerfyAndAuthRequest
impl UnwindSafe for VerfyAndAuthRequest
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