pub struct NoteRef {
pub id: String,
pub title: String,
pub parent_id: String,
}Expand description
搜索结果条目(spec §6.5 NoteRef)。
Fields§
§id: String§title: String§parent_id: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for NoteRef
impl<'de> Deserialize<'de> for NoteRef
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 NoteRef
impl RefUnwindSafe for NoteRef
impl Send for NoteRef
impl Sync for NoteRef
impl Unpin for NoteRef
impl UnsafeUnpin for NoteRef
impl UnwindSafe for NoteRef
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