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