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