pub struct SsoUrlFromEmailResponse;Trait Implementations§
Source§impl HasField<__typename> for SsoUrlFromEmailResponse
impl HasField<__typename> for SsoUrlFromEmailResponse
Source§impl HasField<samlSsoUrl> for SsoUrlFromEmailResponse
impl HasField<samlSsoUrl> for SsoUrlFromEmailResponse
Source§impl HasField<success> for SsoUrlFromEmailResponse
impl HasField<success> for SsoUrlFromEmailResponse
Auto Trait Implementations§
impl Freeze for SsoUrlFromEmailResponse
impl RefUnwindSafe for SsoUrlFromEmailResponse
impl Send for SsoUrlFromEmailResponse
impl Sync for SsoUrlFromEmailResponse
impl Unpin for SsoUrlFromEmailResponse
impl UnwindSafe for SsoUrlFromEmailResponse
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