Struct graph_oauth::AppConfig
source · pub struct AppConfig { /* private fields */ }
Implementations§
Trait Implementations§
source§impl From<ConfidentialClientApplicationBuilder> for AppConfig
impl From<ConfidentialClientApplicationBuilder> for AppConfig
source§fn from(value: ConfidentialClientApplicationBuilder) -> Self
fn from(value: ConfidentialClientApplicationBuilder) -> Self
Converts to this type from the input type.
source§impl PartialEq for AppConfig
impl PartialEq for AppConfig
source§impl TryFrom<ApplicationOptions> for AppConfig
impl TryFrom<ApplicationOptions> for AppConfig
§type Error = AuthorizationFailure
type Error = AuthorizationFailure
The type returned in the event of a conversion error.
impl StructuralPartialEq for AppConfig
Auto Trait Implementations§
impl Freeze for AppConfig
impl RefUnwindSafe for AppConfig
impl Send for AppConfig
impl Sync for AppConfig
impl Unpin for AppConfig
impl UnwindSafe for AppConfig
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