[−][src]Struct weedle::types::AttributedType
Parses [attributes]? type
Fields
attributes: Option<ExtendedAttributeList<'a>>
type_: Type<'a>
Trait Implementations
impl<'a> Clone for AttributedType<'a>
[src][+]
impl<'a> Debug for AttributedType<'a>
[src][+]
impl<'a> Eq for AttributedType<'a>
[src]
impl<'a> Hash for AttributedType<'a>
[src][+]
impl<'a> Ord for AttributedType<'a>
[src][+]
impl<'a> Parse<'a> for AttributedType<'a>
[src][+]
impl<'a> PartialEq<AttributedType<'a>> for AttributedType<'a>
[src][+]
impl<'a> PartialOrd<AttributedType<'a>> for AttributedType<'a>
[src][+]
impl<'a> StructuralEq for AttributedType<'a>
[src]
impl<'a> StructuralPartialEq for AttributedType<'a>
[src]
Auto Trait Implementations
impl<'a> RefUnwindSafe for AttributedType<'a>
impl<'a> Send for AttributedType<'a>
impl<'a> Sync for AttributedType<'a>
impl<'a> Unpin for AttributedType<'a>
impl<'a> UnwindSafe for AttributedType<'a>
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,