#[non_exhaustive]pub struct DataDocumentationSpec { /* private fields */ }Expand description
DataDocumentation scan related spec.
Implementations§
Trait Implementations§
Source§impl Clone for DataDocumentationSpec
impl Clone for DataDocumentationSpec
Source§fn clone(&self) -> DataDocumentationSpec
fn clone(&self) -> DataDocumentationSpec
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 moreSource§impl Debug for DataDocumentationSpec
impl Debug for DataDocumentationSpec
Source§impl Default for DataDocumentationSpec
impl Default for DataDocumentationSpec
Source§fn default() -> DataDocumentationSpec
fn default() -> DataDocumentationSpec
Returns the “default value” for a type. Read more
Source§impl Message for DataDocumentationSpec
impl Message for DataDocumentationSpec
Source§impl PartialEq for DataDocumentationSpec
impl PartialEq for DataDocumentationSpec
impl StructuralPartialEq for DataDocumentationSpec
Auto Trait Implementations§
impl Freeze for DataDocumentationSpec
impl RefUnwindSafe for DataDocumentationSpec
impl Send for DataDocumentationSpec
impl Sync for DataDocumentationSpec
impl Unpin for DataDocumentationSpec
impl UnwindSafe for DataDocumentationSpec
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