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