pub struct FCommentMeta {
pub wp_user_id: Option<String>,
pub wp_post_id: Option<String>,
}Fields§
§wp_user_id: Option<String>§wp_post_id: Option<String>Implementations§
Source§impl FCommentMeta
impl FCommentMeta
pub fn new() -> FCommentMeta
Trait Implementations§
Source§impl Clone for FCommentMeta
impl Clone for FCommentMeta
Source§fn clone(&self) -> FCommentMeta
fn clone(&self) -> FCommentMeta
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FCommentMeta
impl Debug for FCommentMeta
Source§impl Default for FCommentMeta
impl Default for FCommentMeta
Source§fn default() -> FCommentMeta
fn default() -> FCommentMeta
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FCommentMeta
impl<'de> Deserialize<'de> for FCommentMeta
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for FCommentMeta
impl PartialEq for FCommentMeta
Source§impl Serialize for FCommentMeta
impl Serialize for FCommentMeta
impl StructuralPartialEq for FCommentMeta
Auto Trait Implementations§
impl Freeze for FCommentMeta
impl RefUnwindSafe for FCommentMeta
impl Send for FCommentMeta
impl Sync for FCommentMeta
impl Unpin for FCommentMeta
impl UnwindSafe for FCommentMeta
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