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