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