pub struct FormatSimplexLinkRef<'a> {
pub show_text: &'a Option<String>,
pub link_type: &'a SimplexLinkType,
pub simplex_uri: &'a String,
pub smp_hosts: &'a Vec<String>,
}Fields§
§show_text: &'a Option<String>§link_type: &'a SimplexLinkType§simplex_uri: &'a String§smp_hosts: &'a Vec<String>Trait Implementations§
Source§impl<'a> Clone for FormatSimplexLinkRef<'a>
impl<'a> Clone for FormatSimplexLinkRef<'a>
Source§fn clone(&self) -> FormatSimplexLinkRef<'a>
fn clone(&self) -> FormatSimplexLinkRef<'a>
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 moreimpl<'a> Copy for FormatSimplexLinkRef<'a>
Auto Trait Implementations§
impl<'a> Freeze for FormatSimplexLinkRef<'a>
impl<'a> RefUnwindSafe for FormatSimplexLinkRef<'a>
impl<'a> Send for FormatSimplexLinkRef<'a>
impl<'a> Sync for FormatSimplexLinkRef<'a>
impl<'a> Unpin for FormatSimplexLinkRef<'a>
impl<'a> UnsafeUnpin for FormatSimplexLinkRef<'a>
impl<'a> UnwindSafe for FormatSimplexLinkRef<'a>
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