pub struct LinkParams {
pub link_targets: Vec<String>,
pub only_show_target: bool,
pub min_link_depth: usize,
pub max_link_depth: usize,
}Fields§
§link_targets: Vec<String>§only_show_target: bool§min_link_depth: usize§max_link_depth: usizeTrait Implementations§
Source§impl Clone for LinkParams
impl Clone for LinkParams
Source§fn clone(&self) -> LinkParams
fn clone(&self) -> LinkParams
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 LinkParams
impl RefUnwindSafe for LinkParams
impl Send for LinkParams
impl Sync for LinkParams
impl Unpin for LinkParams
impl UnsafeUnpin for LinkParams
impl UnwindSafe for LinkParams
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