pub enum StructFieldType {
Obj(Obj),
Set(Set),
FiniteSet(FiniteSet),
NonemptySet(NonemptySet),
}Variants§
Implementations§
Source§impl StructFieldType
impl StructFieldType
pub fn to_param_type(&self) -> ParamType
Trait Implementations§
Source§impl Clone for StructFieldType
impl Clone for StructFieldType
Source§fn clone(&self) -> StructFieldType
fn clone(&self) -> StructFieldType
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 moreAuto Trait Implementations§
impl Freeze for StructFieldType
impl RefUnwindSafe for StructFieldType
impl !Send for StructFieldType
impl !Sync for StructFieldType
impl Unpin for StructFieldType
impl UnsafeUnpin for StructFieldType
impl UnwindSafe for StructFieldType
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