pub struct ApiInteractionsSetRestrictionsForOrgRequestOutBody {
pub body: InteractionLimit,
}Fields§
§body: InteractionLimitTrait Implementations§
Auto Trait Implementations§
impl Freeze for ApiInteractionsSetRestrictionsForOrgRequestOutBody
impl RefUnwindSafe for ApiInteractionsSetRestrictionsForOrgRequestOutBody
impl Send for ApiInteractionsSetRestrictionsForOrgRequestOutBody
impl Sync for ApiInteractionsSetRestrictionsForOrgRequestOutBody
impl Unpin for ApiInteractionsSetRestrictionsForOrgRequestOutBody
impl UnsafeUnpin for ApiInteractionsSetRestrictionsForOrgRequestOutBody
impl UnwindSafe for ApiInteractionsSetRestrictionsForOrgRequestOutBody
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