pub struct InlineResponse2001 {
pub data: Option<Vec<String>>,
}
Fields§
§data: Option<Vec<String>>
The service IDs of the services the token will have access to. Separate service IDs with a space.
Implementations§
source§impl InlineResponse2001
impl InlineResponse2001
pub fn new() -> InlineResponse2001
Trait Implementations§
source§impl Clone for InlineResponse2001
impl Clone for InlineResponse2001
source§fn clone(&self) -> InlineResponse2001
fn clone(&self) -> InlineResponse2001
Returns a copy 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 InlineResponse2001
impl Debug for InlineResponse2001
source§impl Default for InlineResponse2001
impl Default for InlineResponse2001
source§fn default() -> InlineResponse2001
fn default() -> InlineResponse2001
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for InlineResponse2001
impl<'de> Deserialize<'de> for InlineResponse2001
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<InlineResponse2001> for InlineResponse2001
impl PartialEq<InlineResponse2001> for InlineResponse2001
source§fn eq(&self, other: &InlineResponse2001) -> bool
fn eq(&self, other: &InlineResponse2001) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for InlineResponse2001
impl Serialize for InlineResponse2001
impl StructuralPartialEq for InlineResponse2001
Auto Trait Implementations§
impl RefUnwindSafe for InlineResponse2001
impl Send for InlineResponse2001
impl Sync for InlineResponse2001
impl Unpin for InlineResponse2001
impl UnwindSafe for InlineResponse2001
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