Struct tl_scheme::BuiltinConstructor
source · [−]pub struct BuiltinConstructor<'a> {
pub variant: &'a str,
pub tl_id: Option<u32>,
pub output_ty: &'a str,
}Fields
variant: &'a strtl_id: Option<u32>output_ty: &'a strTrait Implementations
sourceimpl<'a> Clone for BuiltinConstructor<'a>
impl<'a> Clone for BuiltinConstructor<'a>
sourcefn clone(&self) -> BuiltinConstructor<'a>
fn clone(&self) -> BuiltinConstructor<'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 more
sourceimpl<'a> Debug for BuiltinConstructor<'a>
impl<'a> Debug for BuiltinConstructor<'a>
impl<'a> Copy for BuiltinConstructor<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for BuiltinConstructor<'a>
impl<'a> Send for BuiltinConstructor<'a>
impl<'a> Sync for BuiltinConstructor<'a>
impl<'a> Unpin for BuiltinConstructor<'a>
impl<'a> UnwindSafe for BuiltinConstructor<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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