pub struct CbIdEntry {
pub value: Option<String>,
}Expand description
A cb_id value. Key = referenced content_block name slug (RFC §3 Q3).
Fields§
§value: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for CbIdEntry
impl<'de> Deserialize<'de> for CbIdEntry
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 CbIdEntry
impl RefUnwindSafe for CbIdEntry
impl Send for CbIdEntry
impl Sync for CbIdEntry
impl Unpin for CbIdEntry
impl UnsafeUnpin for CbIdEntry
impl UnwindSafe for CbIdEntry
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