pub struct nextPost;
Trait Implementations§
Source§impl HasArgument<sequenceId> for nextPost
impl HasArgument<sequenceId> for nextPost
Auto Trait Implementations§
impl Freeze for nextPost
impl RefUnwindSafe for nextPost
impl Send for nextPost
impl Sync for nextPost
impl Unpin for nextPost
impl UnwindSafe for nextPost
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