Struct openapi_31::v31::implicit::Implicit
source · pub struct Implicit {
pub authorization_url: String,
pub refresh_url: Option<String>,
pub scopes: BTreeMap<String, String>,
}Fields§
§refresh_url: Option<String>§scopes: BTreeMap<String, String>Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for Implicit
impl<'de> Deserialize<'de> for Implicit
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 Implicit
impl PartialEq for Implicit
impl StructuralPartialEq for Implicit
Auto Trait Implementations§
impl Freeze for Implicit
impl RefUnwindSafe for Implicit
impl Send for Implicit
impl Sync for Implicit
impl Unpin for Implicit
impl UnwindSafe for Implicit
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