pub struct BatchDeleteTaskFollowerBodyV1 {
pub follower_ids: Vec<String>,
}Expand description
批量删除任务关注者请求体(v1) 批量删除任务关注者请求体。
Fields§
§follower_ids: Vec<String>需要删除的关注者用户 ID 列表
Trait Implementations§
Source§impl Clone for BatchDeleteTaskFollowerBodyV1
impl Clone for BatchDeleteTaskFollowerBodyV1
Source§fn clone(&self) -> BatchDeleteTaskFollowerBodyV1
fn clone(&self) -> BatchDeleteTaskFollowerBodyV1
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 Default for BatchDeleteTaskFollowerBodyV1
impl Default for BatchDeleteTaskFollowerBodyV1
Source§fn default() -> BatchDeleteTaskFollowerBodyV1
fn default() -> BatchDeleteTaskFollowerBodyV1
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BatchDeleteTaskFollowerBodyV1
impl RefUnwindSafe for BatchDeleteTaskFollowerBodyV1
impl Send for BatchDeleteTaskFollowerBodyV1
impl Sync for BatchDeleteTaskFollowerBodyV1
impl Unpin for BatchDeleteTaskFollowerBodyV1
impl UnsafeUnpin for BatchDeleteTaskFollowerBodyV1
impl UnwindSafe for BatchDeleteTaskFollowerBodyV1
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