pub struct AuthInfoInput {
pub app_desc: String,
pub app_domain: String,
pub app_icon_path: Option<String>,
pub app_name: String,
pub app_url: Option<String>,
pub capabilities: Option<Vec<CapabilityInput>>,
}
Fields§
§app_desc: String
§app_domain: String
§app_icon_path: Option<String>
§app_name: String
§app_url: Option<String>
§capabilities: Option<Vec<CapabilityInput>>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AuthInfoInput
impl RefUnwindSafe for AuthInfoInput
impl Send for AuthInfoInput
impl Sync for AuthInfoInput
impl Unpin for AuthInfoInput
impl UnwindSafe for AuthInfoInput
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