pub struct KeyValueArgs {
    pub key_type: Value,
    pub key: Option<WIPOffset<UnionWIPOffset>>,
    pub values_type: Value,
    pub values: Option<WIPOffset<UnionWIPOffset>>,
}Fields§
§key_type: Value§key: Option<WIPOffset<UnionWIPOffset>>§values_type: Value§values: Option<WIPOffset<UnionWIPOffset>>Trait Implementations§
Auto Trait Implementations§
impl Freeze for KeyValueArgs
impl RefUnwindSafe for KeyValueArgs
impl Send for KeyValueArgs
impl Sync for KeyValueArgs
impl Unpin for KeyValueArgs
impl UnwindSafe for KeyValueArgs
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