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