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