pub struct RemoveRemindersBody {
pub reminder_guids: Vec<String>,
}Expand description
移除任务提醒请求体
Fields§
§reminder_guids: Vec<String>提醒 GUID 列表
Trait Implementations§
Source§impl Clone for RemoveRemindersBody
impl Clone for RemoveRemindersBody
Source§fn clone(&self) -> RemoveRemindersBody
fn clone(&self) -> RemoveRemindersBody
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 RemoveRemindersBody
impl Debug for RemoveRemindersBody
Source§impl Default for RemoveRemindersBody
impl Default for RemoveRemindersBody
Source§fn default() -> RemoveRemindersBody
fn default() -> RemoveRemindersBody
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RemoveRemindersBody
impl RefUnwindSafe for RemoveRemindersBody
impl Send for RemoveRemindersBody
impl Sync for RemoveRemindersBody
impl Unpin for RemoveRemindersBody
impl UnsafeUnpin for RemoveRemindersBody
impl UnwindSafe for RemoveRemindersBody
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