pub struct DictionaryEncodingArgs<'a> {
pub id: i64,
pub indexType: Option<WIPOffset<Int<'a>>>,
pub isOrdered: bool,
pub dictionaryKind: DictionaryKind,
}
Fields§
§id: i64
§indexType: Option<WIPOffset<Int<'a>>>
§isOrdered: bool
§dictionaryKind: DictionaryKind
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for DictionaryEncodingArgs<'a>
impl<'a> RefUnwindSafe for DictionaryEncodingArgs<'a>
impl<'a> Send for DictionaryEncodingArgs<'a>
impl<'a> Sync for DictionaryEncodingArgs<'a>
impl<'a> Unpin for DictionaryEncodingArgs<'a>
impl<'a> UnwindSafe for DictionaryEncodingArgs<'a>
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