pub struct CataloguePreviewOptions {
pub title: String,
pub search_tool_name: String,
pub search_call_path: String,
pub module_limit: usize,
pub call_name_limit: usize,
}Fields§
§title: String§search_tool_name: String§search_call_path: String§module_limit: usize§call_name_limit: usizeTrait Implementations§
Source§impl Clone for CataloguePreviewOptions
impl Clone for CataloguePreviewOptions
Source§fn clone(&self) -> CataloguePreviewOptions
fn clone(&self) -> CataloguePreviewOptions
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 CataloguePreviewOptions
impl Debug for CataloguePreviewOptions
Source§impl Default for CataloguePreviewOptions
impl Default for CataloguePreviewOptions
impl Eq for CataloguePreviewOptions
Source§impl PartialEq for CataloguePreviewOptions
impl PartialEq for CataloguePreviewOptions
Source§fn eq(&self, other: &CataloguePreviewOptions) -> bool
fn eq(&self, other: &CataloguePreviewOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CataloguePreviewOptions
Auto Trait Implementations§
impl Freeze for CataloguePreviewOptions
impl RefUnwindSafe for CataloguePreviewOptions
impl Send for CataloguePreviewOptions
impl Sync for CataloguePreviewOptions
impl Unpin for CataloguePreviewOptions
impl UnsafeUnpin for CataloguePreviewOptions
impl UnwindSafe for CataloguePreviewOptions
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