pub struct EventTypePatch {
pub archived: Option<bool>,
pub deprecated: Option<bool>,
pub description: Option<String>,
pub feature_flag: Option<Option<String>>,
pub group_name: Option<Option<String>>,
pub schemas: Option<Option<Value>>,
}
Fields§
§archived: Option<bool>
§deprecated: Option<bool>
§description: Option<String>
§feature_flag: Option<Option<String>>
§group_name: Option<Option<String>>
The event type group’s name
schemas: Option<Option<Value>>
Implementations§
Source§impl EventTypePatch
impl EventTypePatch
pub fn new() -> EventTypePatch
Trait Implementations§
Source§impl Clone for EventTypePatch
impl Clone for EventTypePatch
Source§fn clone(&self) -> EventTypePatch
fn clone(&self) -> EventTypePatch
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 EventTypePatch
impl Debug for EventTypePatch
Source§impl Default for EventTypePatch
impl Default for EventTypePatch
Source§fn default() -> EventTypePatch
fn default() -> EventTypePatch
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EventTypePatch
impl<'de> Deserialize<'de> for EventTypePatch
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 EventTypePatch
impl PartialEq for EventTypePatch
Source§impl Serialize for EventTypePatch
impl Serialize for EventTypePatch
impl StructuralPartialEq for EventTypePatch
Auto Trait Implementations§
impl Freeze for EventTypePatch
impl RefUnwindSafe for EventTypePatch
impl Send for EventTypePatch
impl Sync for EventTypePatch
impl Unpin for EventTypePatch
impl UnwindSafe for EventTypePatch
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