pub struct SidebarLink {
pub text: String,
pub link: String,
}Expand description
侧边栏链接
Fields§
§text: String链接文本
link: String链接地址
Trait Implementations§
Source§impl Clone for SidebarLink
impl Clone for SidebarLink
Source§fn clone(&self) -> SidebarLink
fn clone(&self) -> SidebarLink
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SidebarLink
impl RefUnwindSafe for SidebarLink
impl Send for SidebarLink
impl Sync for SidebarLink
impl Unpin for SidebarLink
impl UnsafeUnpin for SidebarLink
impl UnwindSafe for SidebarLink
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