Struct tl_scheme::OutputType
source · [−]Fields
ty: &'a strty_param: Option<Box<Type<'a>>>Trait Implementations
sourceimpl<'a> Clone for OutputType<'a>
impl<'a> Clone for OutputType<'a>
sourcefn clone(&self) -> OutputType<'a>
fn clone(&self) -> OutputType<'a>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl<'a> Debug for OutputType<'a>
impl<'a> Debug for OutputType<'a>
sourceimpl Display for OutputType<'_>
impl Display for OutputType<'_>
sourceimpl<'a> PartialEq<OutputType<'a>> for OutputType<'a>
impl<'a> PartialEq<OutputType<'a>> for OutputType<'a>
sourcefn eq(&self, other: &OutputType<'a>) -> bool
fn eq(&self, other: &OutputType<'a>) -> bool
impl<'a> Eq for OutputType<'a>
impl<'a> StructuralEq for OutputType<'a>
impl<'a> StructuralPartialEq for OutputType<'a>
Auto Trait Implementations
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
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