Struct jsdoc::ast::NonNullableType
source · [−]Fields
span: Span
ty: Box<Type>
Trait Implementations
sourceimpl Clone for NonNullableType
impl Clone for NonNullableType
sourcefn clone(&self) -> NonNullableType
fn clone(&self) -> NonNullableType
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for NonNullableType
impl Debug for NonNullableType
sourceimpl<'de> Deserialize<'de> for NonNullableType
impl<'de> Deserialize<'de> for NonNullableType
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl From<NonNullableType> for Type
impl From<NonNullableType> for Type
sourcefn from(v: NonNullableType) -> Self
fn from(v: NonNullableType) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<NonNullableType> for NonNullableType
impl PartialEq<NonNullableType> for NonNullableType
sourcefn eq(&self, other: &NonNullableType) -> bool
fn eq(&self, other: &NonNullableType) -> bool
sourceimpl Serialize for NonNullableType
impl Serialize for NonNullableType
sourceimpl Spanned for NonNullableType
impl Spanned for NonNullableType
impl StructuralPartialEq for NonNullableType
Auto Trait Implementations
impl RefUnwindSafe for NonNullableType
impl Send for NonNullableType
impl Sync for NonNullableType
impl Unpin for NonNullableType
impl UnwindSafe for NonNullableType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more