pub struct JwtVendResponse {
pub token: Option<String>,
}
Expand description
JwtVendResponse :
Fields§
§token: Option<String>
Implementations§
Source§impl JwtVendResponse
impl JwtVendResponse
Sourcepub fn new() -> JwtVendResponse
pub fn new() -> JwtVendResponse
Trait Implementations§
Source§impl Clone for JwtVendResponse
impl Clone for JwtVendResponse
Source§fn clone(&self) -> JwtVendResponse
fn clone(&self) -> JwtVendResponse
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 JwtVendResponse
impl Debug for JwtVendResponse
Source§impl Default for JwtVendResponse
impl Default for JwtVendResponse
Source§fn default() -> JwtVendResponse
fn default() -> JwtVendResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for JwtVendResponse
impl<'de> Deserialize<'de> for JwtVendResponse
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 JwtVendResponse
impl PartialEq for JwtVendResponse
Source§impl Serialize for JwtVendResponse
impl Serialize for JwtVendResponse
impl StructuralPartialEq for JwtVendResponse
Auto Trait Implementations§
impl Freeze for JwtVendResponse
impl RefUnwindSafe for JwtVendResponse
impl Send for JwtVendResponse
impl Sync for JwtVendResponse
impl Unpin for JwtVendResponse
impl UnwindSafe for JwtVendResponse
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