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