pub struct SchemaFingerprint {
pub bytes: Vec<u8>,
}
Expand description
Represents an Avro schema fingerprint More information about Avro schema fingerprints can be found in the Avro Schema Fingerprint documentation
Fields§
§bytes: Vec<u8>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SchemaFingerprint
impl RefUnwindSafe for SchemaFingerprint
impl Send for SchemaFingerprint
impl Sync for SchemaFingerprint
impl Unpin for SchemaFingerprint
impl UnwindSafe for SchemaFingerprint
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