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