pub struct ssoEndpoint;Trait Implementations§
Source§impl Field for ssoEndpoint
impl Field for ssoEndpoint
Source§impl HasField<ssoEndpoint> for AuthIdentityProvider
impl HasField<ssoEndpoint> for AuthIdentityProvider
Auto Trait Implementations§
impl Freeze for ssoEndpoint
impl RefUnwindSafe for ssoEndpoint
impl Send for ssoEndpoint
impl Sync for ssoEndpoint
impl Unpin for ssoEndpoint
impl UnwindSafe for ssoEndpoint
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