pub enum ChannelArg_oneof_value {
str_value(String),
int_value(i32),
}Variants§
Trait Implementations§
Source§impl Clone for ChannelArg_oneof_value
impl Clone for ChannelArg_oneof_value
Source§fn clone(&self) -> ChannelArg_oneof_value
fn clone(&self) -> ChannelArg_oneof_value
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 ChannelArg_oneof_value
impl Debug for ChannelArg_oneof_value
Source§impl PartialEq for ChannelArg_oneof_value
impl PartialEq for ChannelArg_oneof_value
impl StructuralPartialEq for ChannelArg_oneof_value
Auto Trait Implementations§
impl Freeze for ChannelArg_oneof_value
impl RefUnwindSafe for ChannelArg_oneof_value
impl Send for ChannelArg_oneof_value
impl Sync for ChannelArg_oneof_value
impl Unpin for ChannelArg_oneof_value
impl UnwindSafe for ChannelArg_oneof_value
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