pub enum Input_oneof_kind {
example_list(ExampleList),
example_list_with_context(ExampleListWithContext),
}
Variants§
example_list(ExampleList)
example_list_with_context(ExampleListWithContext)
Trait Implementations§
Source§impl Clone for Input_oneof_kind
impl Clone for Input_oneof_kind
Source§fn clone(&self) -> Input_oneof_kind
fn clone(&self) -> Input_oneof_kind
Returns a copy 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 Input_oneof_kind
impl Debug for Input_oneof_kind
Source§impl PartialEq for Input_oneof_kind
impl PartialEq for Input_oneof_kind
impl StructuralPartialEq for Input_oneof_kind
Auto Trait Implementations§
impl !Freeze for Input_oneof_kind
impl RefUnwindSafe for Input_oneof_kind
impl Send for Input_oneof_kind
impl Sync for Input_oneof_kind
impl Unpin for Input_oneof_kind
impl UnwindSafe for Input_oneof_kind
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