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