Struct partiql_extension_ion::decode::IonDecoderConfig
source · pub struct IonDecoderConfig { /* private fields */ }
Expand description
Config for construction an Ion decoder.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for IonDecoderConfig
impl Send for IonDecoderConfig
impl Sync for IonDecoderConfig
impl Unpin for IonDecoderConfig
impl UnwindSafe for IonDecoderConfig
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