pub struct UnionOptions {
pub rows: bool,
pub order: UnionOrder,
}Expand description
Options controlling provider-backed union operations.
Fields§
§rows: bool§order: UnionOrderTrait Implementations§
Source§impl Clone for UnionOptions
impl Clone for UnionOptions
Source§fn clone(&self) -> UnionOptions
fn clone(&self) -> UnionOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for UnionOptions
impl Debug for UnionOptions
Source§impl<'de> Deserialize<'de> for UnionOptions
impl<'de> Deserialize<'de> for UnionOptions
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for UnionOptions
impl PartialEq for UnionOptions
Source§impl Serialize for UnionOptions
impl Serialize for UnionOptions
impl Eq for UnionOptions
impl StructuralPartialEq for UnionOptions
Auto Trait Implementations§
impl Freeze for UnionOptions
impl RefUnwindSafe for UnionOptions
impl Send for UnionOptions
impl Sync for UnionOptions
impl Unpin for UnionOptions
impl UnwindSafe for UnionOptions
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