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