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