Struct jsdoc::ast::UnknownType  
source · pub struct UnknownType {
    pub span: Span,
}Fields§
§span: SpanTrait Implementations§
source§impl Clone for UnknownType
 
impl Clone for UnknownType
source§fn clone(&self) -> UnknownType
 
fn clone(&self) -> UnknownType
Returns a copy 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 UnknownType
 
impl Debug for UnknownType
source§impl From<UnknownType> for Type
 
impl From<UnknownType> for Type
source§fn from(v: UnknownType) -> Self
 
fn from(v: UnknownType) -> Self
Converts to this type from the input type.
source§impl PartialEq<UnknownType> for UnknownType
 
impl PartialEq<UnknownType> for UnknownType
source§fn eq(&self, other: &UnknownType) -> bool
 
fn eq(&self, other: &UnknownType) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl Spanned for UnknownType
 
impl Spanned for UnknownType
impl Eq for UnknownType
impl StructuralEq for UnknownType
impl StructuralPartialEq for UnknownType
Auto Trait Implementations§
impl RefUnwindSafe for UnknownType
impl Send for UnknownType
impl Sync for UnknownType
impl Unpin for UnknownType
impl UnwindSafe for UnknownType
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