pub struct draft;
Trait Implementations§
impl HasInputField<draft, Option<bool>> for UpdateSequenceDataInput
Auto Trait Implementations§
impl Freeze for draft
impl RefUnwindSafe for draft
impl Send for draft
impl Sync for draft
impl Unpin for draft
impl UnwindSafe for draft
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