pub enum LogEntry_oneof_payload {
proto_payload(Any),
text_payload(String),
struct_payload(Struct),
}Variants
proto_payload(Any)
text_payload(String)
struct_payload(Struct)
Trait Implementations
sourceimpl Clone for LogEntry_oneof_payload
impl Clone for LogEntry_oneof_payload
sourcefn clone(&self) -> LogEntry_oneof_payload
fn clone(&self) -> LogEntry_oneof_payload
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for LogEntry_oneof_payload
impl Debug for LogEntry_oneof_payload
sourceimpl PartialEq<LogEntry_oneof_payload> for LogEntry_oneof_payload
impl PartialEq<LogEntry_oneof_payload> for LogEntry_oneof_payload
sourcefn eq(&self, other: &LogEntry_oneof_payload) -> bool
fn eq(&self, other: &LogEntry_oneof_payload) -> bool
impl StructuralPartialEq for LogEntry_oneof_payload
Auto Trait Implementations
impl RefUnwindSafe for LogEntry_oneof_payload
impl Send for LogEntry_oneof_payload
impl Sync for LogEntry_oneof_payload
impl Unpin for LogEntry_oneof_payload
impl UnwindSafe for LogEntry_oneof_payload
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more