pub struct samlSettings;Trait Implementations§
Source§impl Field for samlSettings
impl Field for samlSettings
Source§impl HasField<samlSettings> for Organization
impl HasField<samlSettings> for Organization
Source§type Type = Option<JSONObject>
type Type = Option<JSONObject>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for samlSettings
impl RefUnwindSafe for samlSettings
impl Send for samlSettings
impl Sync for samlSettings
impl Unpin for samlSettings
impl UnwindSafe for samlSettings
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