pub struct CreateLWEventInput;
Trait Implementations§
impl HasInputField<data, CreateLWEventDataInput> for CreateLWEventInput
impl InputObjectMarker for CreateLWEventInput
Auto Trait Implementations§
impl Freeze for CreateLWEventInput
impl RefUnwindSafe for CreateLWEventInput
impl Send for CreateLWEventInput
impl Sync for CreateLWEventInput
impl Unpin for CreateLWEventInput
impl UnwindSafe for CreateLWEventInput
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