pub struct publish;Trait Implementations§
impl HasInputField<publish, Option<bool>> for CreateSponsorsTierInput
Auto Trait Implementations§
impl Freeze for publish
impl RefUnwindSafe for publish
impl Send for publish
impl Sync for publish
impl Unpin for publish
impl UnwindSafe for publish
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