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