Struct arrow_ipc::gen::Schema::KeyValueArgs
source · pub struct KeyValueArgs<'a> {
pub key: Option<WIPOffset<&'a str>>,
pub value: Option<WIPOffset<&'a str>>,
}
Fields
key: Option<WIPOffset<&'a str>>
value: Option<WIPOffset<&'a str>>
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for KeyValueArgs<'a>
impl<'a> Send for KeyValueArgs<'a>
impl<'a> Sync for KeyValueArgs<'a>
impl<'a> Unpin for KeyValueArgs<'a>
impl<'a> UnwindSafe for KeyValueArgs<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more