pub struct SkillsBlockSection {
pub header: String,
pub item: String,
pub footer: String,
}Fields§
§header: String§item: StringTrait Implementations§
Source§impl Clone for SkillsBlockSection
impl Clone for SkillsBlockSection
Source§fn clone(&self) -> SkillsBlockSection
fn clone(&self) -> SkillsBlockSection
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 SkillsBlockSection
impl Debug for SkillsBlockSection
Source§impl<'de> Deserialize<'de> for SkillsBlockSection
impl<'de> Deserialize<'de> for SkillsBlockSection
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 SkillsBlockSection
impl RefUnwindSafe for SkillsBlockSection
impl Send for SkillsBlockSection
impl Sync for SkillsBlockSection
impl Unpin for SkillsBlockSection
impl UnsafeUnpin for SkillsBlockSection
impl UnwindSafe for SkillsBlockSection
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