Enum openid_client::types::ResourceParam
source · pub enum ResourceParam {
String(String),
Array(Vec<String>),
}Expand description
ResourceParam
Value types for resource of AuthorizationParameters
Variants§
Trait Implementations§
source§impl Debug for ResourceParam
impl Debug for ResourceParam
Auto Trait Implementations§
impl RefUnwindSafe for ResourceParam
impl Send for ResourceParam
impl Sync for ResourceParam
impl Unpin for ResourceParam
impl UnwindSafe for ResourceParam
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