pub struct updatedFrom;Trait Implementations§
Source§impl Field for updatedFrom
impl Field for updatedFrom
Source§impl HasField<updatedFrom> for EntityWebhookPayload
impl HasField<updatedFrom> for EntityWebhookPayload
Source§type Type = Option<JSONObject>
type Type = Option<JSONObject>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for updatedFrom
impl RefUnwindSafe for updatedFrom
impl Send for updatedFrom
impl Sync for updatedFrom
impl Unpin for updatedFrom
impl UnwindSafe for updatedFrom
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