pub struct NoteListArchiveData {
pub note_ids: Option<Vec<String>>,
}
Expand description
稿件私有笔记列表数据
Fields§
§note_ids: Option<Vec<String>>
笔记ID列表
Trait Implementations§
Source§impl Clone for NoteListArchiveData
impl Clone for NoteListArchiveData
Source§fn clone(&self) -> NoteListArchiveData
fn clone(&self) -> NoteListArchiveData
Returns a duplicate of the value. Read more
1.0.0 · 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 NoteListArchiveData
impl Debug for NoteListArchiveData
Source§impl<'de> Deserialize<'de> for NoteListArchiveData
impl<'de> Deserialize<'de> for NoteListArchiveData
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for NoteListArchiveData
impl RefUnwindSafe for NoteListArchiveData
impl Send for NoteListArchiveData
impl Sync for NoteListArchiveData
impl Unpin for NoteListArchiveData
impl UnwindSafe for NoteListArchiveData
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