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