pub struct AvroFixed {
pub name: String,
pub namespace: Option<String>,
pub size: u32,
}Expand description
Avro fixed type.
Fields§
§name: String§namespace: Option<String>§size: u32Trait Implementations§
impl StructuralPartialEq for AvroFixed
Auto Trait Implementations§
impl Freeze for AvroFixed
impl RefUnwindSafe for AvroFixed
impl Send for AvroFixed
impl Sync for AvroFixed
impl Unpin for AvroFixed
impl UnsafeUnpin for AvroFixed
impl UnwindSafe for AvroFixed
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