pub struct RefItem {
pub id: String,
pub target: String,
pub rel: String,
pub title: Option<String>,
pub order: Option<i64>,
pub note: Option<String>,
}Expand description
[[refs]] 元素(跨枝关联线)。
Fields§
§id: String关联线自身 id。
target: String目标分支 id。
rel: String关联语义。
title: Option<String>标签。
order: Option<i64>排序键。
note: Option<String>备注。
Trait Implementations§
impl Eq for RefItem
impl StructuralPartialEq for RefItem
Auto Trait Implementations§
impl Freeze for RefItem
impl RefUnwindSafe for RefItem
impl Send for RefItem
impl Sync for RefItem
impl Unpin for RefItem
impl UnsafeUnpin for RefItem
impl UnwindSafe for RefItem
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.