pub struct CreateEventOptions {
pub name: String,
pub schema: Value,
}Fields§
§name: String§schema: ValueTrait Implementations§
Source§impl Clone for CreateEventOptions
impl Clone for CreateEventOptions
Source§fn clone(&self) -> CreateEventOptions
fn clone(&self) -> CreateEventOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CreateEventOptions
impl Debug for CreateEventOptions
Auto Trait Implementations§
impl Freeze for CreateEventOptions
impl RefUnwindSafe for CreateEventOptions
impl Send for CreateEventOptions
impl Sync for CreateEventOptions
impl Unpin for CreateEventOptions
impl UnsafeUnpin for CreateEventOptions
impl UnwindSafe for CreateEventOptions
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