pub struct TypeGenerator {
pub arity: usize,
pub kind: TypeGeneratorKind,
}
Fields§
§arity: usize
§kind: TypeGeneratorKind
Trait Implementations§
Source§impl Clone for TypeGenerator
impl Clone for TypeGenerator
Source§fn clone(&self) -> TypeGenerator
fn clone(&self) -> TypeGenerator
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for TypeGenerator
impl RefUnwindSafe for TypeGenerator
impl Send for TypeGenerator
impl Sync for TypeGenerator
impl Unpin for TypeGenerator
impl UnwindSafe for TypeGenerator
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