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