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