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