pub struct digestPost;
Trait Implementations§
Source§impl Field for digestPost
impl Field for digestPost
Source§impl HasField<digestPost> for DigestPlannerPost
impl HasField<digestPost> for DigestPlannerPost
Source§type Type = Option<DigestPost>
type Type = Option<DigestPost>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for digestPost
impl RefUnwindSafe for digestPost
impl Send for digestPost
impl Sync for digestPost
impl Unpin for digestPost
impl UnwindSafe for digestPost
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