pub struct RemoveMembersBody {
pub members: Vec<String>,
}Expand description
移除任务成员请求体
Fields§
§members: Vec<String>成员 ID 列表
Trait Implementations§
Source§impl Clone for RemoveMembersBody
impl Clone for RemoveMembersBody
Source§fn clone(&self) -> RemoveMembersBody
fn clone(&self) -> RemoveMembersBody
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RemoveMembersBody
impl Debug for RemoveMembersBody
Source§impl Default for RemoveMembersBody
impl Default for RemoveMembersBody
Source§fn default() -> RemoveMembersBody
fn default() -> RemoveMembersBody
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RemoveMembersBody
impl RefUnwindSafe for RemoveMembersBody
impl Send for RemoveMembersBody
impl Sync for RemoveMembersBody
impl Unpin for RemoveMembersBody
impl UnsafeUnpin for RemoveMembersBody
impl UnwindSafe for RemoveMembersBody
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