pub struct updatedById;Trait Implementations§
Source§impl Field for updatedById
impl Field for updatedById
Source§impl HasField<updatedById> for DocumentWebhookPayload
impl HasField<updatedById> for DocumentWebhookPayload
Auto Trait Implementations§
impl Freeze for updatedById
impl RefUnwindSafe for updatedById
impl Send for updatedById
impl Sync for updatedById
impl Unpin for updatedById
impl UnwindSafe for updatedById
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