pub struct CreateTaskFollowerBodyV1 {
pub follower_id: String,
}Expand description
创建任务关注者请求体(v1) 创建任务关注者请求体。
Fields§
§follower_id: String关注者用户 ID
Trait Implementations§
Source§impl Clone for CreateTaskFollowerBodyV1
impl Clone for CreateTaskFollowerBodyV1
Source§fn clone(&self) -> CreateTaskFollowerBodyV1
fn clone(&self) -> CreateTaskFollowerBodyV1
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 CreateTaskFollowerBodyV1
impl Debug for CreateTaskFollowerBodyV1
Source§impl Default for CreateTaskFollowerBodyV1
impl Default for CreateTaskFollowerBodyV1
Source§fn default() -> CreateTaskFollowerBodyV1
fn default() -> CreateTaskFollowerBodyV1
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CreateTaskFollowerBodyV1
impl RefUnwindSafe for CreateTaskFollowerBodyV1
impl Send for CreateTaskFollowerBodyV1
impl Sync for CreateTaskFollowerBodyV1
impl Unpin for CreateTaskFollowerBodyV1
impl UnsafeUnpin for CreateTaskFollowerBodyV1
impl UnwindSafe for CreateTaskFollowerBodyV1
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