pub struct ValueType {
pub type_: SupportedType,
pub value_type: Option<Box<ValueType>>,
pub schema: Option<Schema>,
}Fields§
§type_: SupportedType§value_type: Option<Box<ValueType>>§schema: Option<Schema>Trait Implementations§
Source§impl<P> Deserialize<P> for ValueTypewhere
P: ProtocolReader,
impl<P> Deserialize<P> for ValueTypewhere
P: ProtocolReader,
impl Send for ValueType
impl StructuralPartialEq for ValueType
impl Sync for ValueType
Auto Trait Implementations§
impl Freeze for ValueType
impl RefUnwindSafe for ValueType
impl Unpin for ValueType
impl UnwindSafe for ValueType
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