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