pub struct CreateLWEventDataInput;
Trait Implementations§
impl HasInputField<data, CreateLWEventDataInput> for CreateLWEventInput
impl HasInputField<documentId, Option<String>> for CreateLWEventDataInput
impl HasInputField<important, Option<bool>> for CreateLWEventDataInput
impl HasInputField<intercom, Option<bool>> for CreateLWEventDataInput
impl HasInputField<legacyData, Option<JSON>> for CreateLWEventDataInput
impl HasInputField<name, String> for CreateLWEventDataInput
impl HasInputField<properties, Option<JSON>> for CreateLWEventDataInput
impl HasInputField<userId, Option<String>> for CreateLWEventDataInput
impl InputObjectMarker for CreateLWEventDataInput
Auto Trait Implementations§
impl Freeze for CreateLWEventDataInput
impl RefUnwindSafe for CreateLWEventDataInput
impl Send for CreateLWEventDataInput
impl Sync for CreateLWEventDataInput
impl Unpin for CreateLWEventDataInput
impl UnwindSafe for CreateLWEventDataInput
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