pub struct EventTypeExampleOut {
pub example: Value,
}
Fields§
§example: Value
Implementations§
Source§impl EventTypeExampleOut
impl EventTypeExampleOut
pub fn new(example: Value) -> EventTypeExampleOut
Trait Implementations§
Source§impl Clone for EventTypeExampleOut
impl Clone for EventTypeExampleOut
Source§fn clone(&self) -> EventTypeExampleOut
fn clone(&self) -> EventTypeExampleOut
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 EventTypeExampleOut
impl Debug for EventTypeExampleOut
Source§impl Default for EventTypeExampleOut
impl Default for EventTypeExampleOut
Source§fn default() -> EventTypeExampleOut
fn default() -> EventTypeExampleOut
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EventTypeExampleOut
impl<'de> Deserialize<'de> for EventTypeExampleOut
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for EventTypeExampleOut
impl PartialEq for EventTypeExampleOut
Source§impl Serialize for EventTypeExampleOut
impl Serialize for EventTypeExampleOut
impl StructuralPartialEq for EventTypeExampleOut
Auto Trait Implementations§
impl Freeze for EventTypeExampleOut
impl RefUnwindSafe for EventTypeExampleOut
impl Send for EventTypeExampleOut
impl Sync for EventTypeExampleOut
impl Unpin for EventTypeExampleOut
impl UnwindSafe for EventTypeExampleOut
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