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