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