pub struct properties;
Trait Implementations§
Source§impl Field for properties
impl Field for properties
impl HasInputField<properties, Option<JSON>> for CreateLWEventDataInput
Auto Trait Implementations§
impl Freeze for properties
impl RefUnwindSafe for properties
impl Send for properties
impl Sync for properties
impl Unpin for properties
impl UnwindSafe for properties
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