pub struct ClusterCode {
pub book_code: i32,
pub cluster: i32,
pub node_type: String,
pub label: Option<String>,
}
Fields§
§book_code: i32
§cluster: i32
§node_type: String
§label: Option<String>
Trait Implementations§
Source§impl Debug for ClusterCode
impl Debug for ClusterCode
Source§impl RecordWriter<ClusterCode> for &[ClusterCode]
impl RecordWriter<ClusterCode> for &[ClusterCode]
fn write_to_row_group<W: Write + Send>( &self, row_group_writer: &mut SerializedRowGroupWriter<'_, W>, ) -> Result<(), ParquetError>
Auto Trait Implementations§
impl Freeze for ClusterCode
impl RefUnwindSafe for ClusterCode
impl Send for ClusterCode
impl Sync for ClusterCode
impl Unpin for ClusterCode
impl UnwindSafe for ClusterCode
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