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