pub struct RawSkillIr {
pub frontmatter: JsonObject,
pub raw_frontmatter: String,
pub body: String,
}Fields§
§frontmatter: JsonObject§raw_frontmatter: String§body: StringTrait Implementations§
Source§impl Clone for RawSkillIr
impl Clone for RawSkillIr
Source§fn clone(&self) -> RawSkillIr
fn clone(&self) -> RawSkillIr
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 RawSkillIr
impl Debug for RawSkillIr
Source§impl<'de> Deserialize<'de> for RawSkillIr
impl<'de> Deserialize<'de> for RawSkillIr
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
Source§impl PartialEq for RawSkillIr
impl PartialEq for RawSkillIr
Source§fn eq(&self, other: &RawSkillIr) -> bool
fn eq(&self, other: &RawSkillIr) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for RawSkillIr
impl Serialize for RawSkillIr
impl StructuralPartialEq for RawSkillIr
Auto Trait Implementations§
impl Freeze for RawSkillIr
impl RefUnwindSafe for RawSkillIr
impl Send for RawSkillIr
impl Sync for RawSkillIr
impl Unpin for RawSkillIr
impl UnsafeUnpin for RawSkillIr
impl UnwindSafe for RawSkillIr
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