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