pub enum IceType {
}
Variants§
VoidType
BoolType
ByteType
ShortType
IntType
LongType
FloatType
DoubleType
StringType
SequenceType(Box<IceType>)
DictType(Box<IceType>, Box<IceType>)
Optional(Box<IceType>, u8)
CustomType(String)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IceType
impl RefUnwindSafe for IceType
impl Send for IceType
impl Sync for IceType
impl Unpin for IceType
impl UnwindSafe for IceType
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