pub struct firstPageLink;
Trait Implementations§
Source§impl Field for firstPageLink
impl Field for firstPageLink
impl HasInputField<firstPageLink, Option<String>> for UpdateCollectionDataInput
Auto Trait Implementations§
impl Freeze for firstPageLink
impl RefUnwindSafe for firstPageLink
impl Send for firstPageLink
impl Sync for firstPageLink
impl Unpin for firstPageLink
impl UnwindSafe for firstPageLink
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