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