pub struct ScopedHyperlinkTargets {
pub slide: HashMap<String, String>,
pub layout: HashMap<String, String>,
pub master: HashMap<String, String>,
}Expand description
External hyperlink targets kept separate by relationship scope.
Fields§
§slide: HashMap<String, String>§layout: HashMap<String, String>§master: HashMap<String, String>Implementations§
Trait Implementations§
Source§impl Clone for ScopedHyperlinkTargets
impl Clone for ScopedHyperlinkTargets
Source§fn clone(&self) -> ScopedHyperlinkTargets
fn clone(&self) -> ScopedHyperlinkTargets
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 ScopedHyperlinkTargets
impl Debug for ScopedHyperlinkTargets
Source§impl Default for ScopedHyperlinkTargets
impl Default for ScopedHyperlinkTargets
Source§fn default() -> ScopedHyperlinkTargets
fn default() -> ScopedHyperlinkTargets
Returns the “default value” for a type. Read more
impl Eq for ScopedHyperlinkTargets
Source§impl PartialEq for ScopedHyperlinkTargets
impl PartialEq for ScopedHyperlinkTargets
impl StructuralPartialEq for ScopedHyperlinkTargets
Auto Trait Implementations§
impl Freeze for ScopedHyperlinkTargets
impl RefUnwindSafe for ScopedHyperlinkTargets
impl Send for ScopedHyperlinkTargets
impl Sync for ScopedHyperlinkTargets
impl Unpin for ScopedHyperlinkTargets
impl UnsafeUnpin for ScopedHyperlinkTargets
impl UnwindSafe for ScopedHyperlinkTargets
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