pub struct AuthMetadataEndpoints {
pub protected_resource_endpoint: String,
pub authorization_server_endpoint: String,
}Fields§
§protected_resource_endpoint: StringAuto Trait Implementations§
impl Freeze for AuthMetadataEndpoints
impl RefUnwindSafe for AuthMetadataEndpoints
impl Send for AuthMetadataEndpoints
impl Sync for AuthMetadataEndpoints
impl Unpin for AuthMetadataEndpoints
impl UnwindSafe for AuthMetadataEndpoints
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