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