pub struct UnionOptions {
pub interleave: Option<Interleave>,
}
Fields§
§interleave: Option<Interleave>
Implementations§
Source§impl UnionOptions
impl UnionOptions
pub fn new() -> Self
pub fn interleave(self, interleave: Interleave) -> Self
Trait 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 Default for UnionOptions
impl Default for UnionOptions
Source§fn default() -> UnionOptions
fn default() -> UnionOptions
Returns the “default value” for a type. Read more
Source§impl Opt<UnionOptions> for UnionOptions
impl Opt<UnionOptions> for UnionOptions
Source§impl Serialize for UnionOptions
impl Serialize 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