pub struct AddStarInput;Trait Implementations§
impl HasInputField<clientMutationId, Option<String>> for AddStarInput
impl HasInputField<starrableId, Id> for AddStarInput
impl InputObjectMarker for AddStarInput
Auto Trait Implementations§
impl Freeze for AddStarInput
impl RefUnwindSafe for AddStarInput
impl Send for AddStarInput
impl Sync for AddStarInput
impl Unpin for AddStarInput
impl UnwindSafe for AddStarInput
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