pub enum Type<'input> {
}
Expand description
A type.
For example: u32
, ::Relative::Name
, or bytes
.
Variants§
Double
Float
Signed
Unsigned
Boolean
String
Bytes
Any
DateTime
ISO-8601 for date and time.
Name
Array
Map
Error
A complete error.
Trait Implementations§
impl<'input> Eq for Type<'input>
impl<'input> StructuralPartialEq for Type<'input>
Auto Trait Implementations§
impl<'input> Freeze for Type<'input>
impl<'input> RefUnwindSafe for Type<'input>
impl<'input> Send for Type<'input>
impl<'input> Sync for Type<'input>
impl<'input> Unpin for Type<'input>
impl<'input> UnwindSafe for Type<'input>
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