Struct skar_client::Parquet
source · pub struct Parquet;Trait Implementations§
source§impl TransportFormat for Parquet
impl TransportFormat for Parquet
Auto Trait Implementations§
impl RefUnwindSafe for Parquet
impl Send for Parquet
impl Sync for Parquet
impl Unpin for Parquet
impl UnwindSafe for Parquet
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