pub struct OutputType<'a> {
pub ty: &'a str,
pub ty_param: Option<Box<Type<'a>>>,
}
Fields§
§ty: &'a str
§ty_param: Option<Box<Type<'a>>>
Trait Implementations§
Source§impl<'a> Clone for OutputType<'a>
impl<'a> Clone for OutputType<'a>
Source§fn clone(&self) -> OutputType<'a>
fn clone(&self) -> OutputType<'a>
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<'a> Debug for OutputType<'a>
impl<'a> Debug for OutputType<'a>
Source§impl Display for OutputType<'_>
impl Display for OutputType<'_>
Source§impl<'a> PartialEq for OutputType<'a>
impl<'a> PartialEq for OutputType<'a>
impl<'a> Eq for OutputType<'a>
impl<'a> StructuralPartialEq for OutputType<'a>
Auto Trait Implementations§
impl<'a> Freeze for OutputType<'a>
impl<'a> RefUnwindSafe for OutputType<'a>
impl<'a> Send for OutputType<'a>
impl<'a> Sync for OutputType<'a>
impl<'a> Unpin for OutputType<'a>
impl<'a> UnwindSafe for OutputType<'a>
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