pub enum FromFunction_oneof_response {
invocation_result(FromFunction_InvocationResponse),
}
Variants§
invocation_result(FromFunction_InvocationResponse)
Trait Implementations§
Source§impl Clone for FromFunction_oneof_response
impl Clone for FromFunction_oneof_response
Source§fn clone(&self) -> FromFunction_oneof_response
fn clone(&self) -> FromFunction_oneof_response
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 FromFunction_oneof_response
impl Debug for FromFunction_oneof_response
impl StructuralPartialEq for FromFunction_oneof_response
Auto Trait Implementations§
impl !Freeze for FromFunction_oneof_response
impl RefUnwindSafe for FromFunction_oneof_response
impl Send for FromFunction_oneof_response
impl Sync for FromFunction_oneof_response
impl Unpin for FromFunction_oneof_response
impl UnwindSafe for FromFunction_oneof_response
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