pub enum SchemaID {
tag_id(TagID),
edge_type(EdgeType),
UnknownField(i32),
}Variants§
Trait Implementations§
Source§impl<P> Deserialize<P> for SchemaIDwhere
P: ProtocolReader,
impl<P> Deserialize<P> for SchemaIDwhere
P: ProtocolReader,
Source§impl Ord for SchemaID
impl Ord for SchemaID
Source§impl PartialOrd for SchemaID
impl PartialOrd for SchemaID
impl Eq for SchemaID
impl StructuralPartialEq for SchemaID
Auto Trait Implementations§
impl Freeze for SchemaID
impl RefUnwindSafe for SchemaID
impl Send for SchemaID
impl Sync for SchemaID
impl Unpin for SchemaID
impl UnwindSafe for SchemaID
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