Struct fusionauth_rust_client::models::user_comment_search_response::UserCommentSearchResponse
source · pub struct UserCommentSearchResponse {
pub total: Option<i64>,
pub user_comments: Option<Vec<UserComment>>,
}
Expand description
UserCommentSearchResponse : User comment search response
Fields§
§total: Option<i64>
§user_comments: Option<Vec<UserComment>>
Implementations§
source§impl UserCommentSearchResponse
impl UserCommentSearchResponse
sourcepub fn new() -> UserCommentSearchResponse
pub fn new() -> UserCommentSearchResponse
User comment search response
Trait Implementations§
source§impl Clone for UserCommentSearchResponse
impl Clone for UserCommentSearchResponse
source§fn clone(&self) -> UserCommentSearchResponse
fn clone(&self) -> UserCommentSearchResponse
Returns a copy 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 UserCommentSearchResponse
impl Debug for UserCommentSearchResponse
source§impl Default for UserCommentSearchResponse
impl Default for UserCommentSearchResponse
source§fn default() -> UserCommentSearchResponse
fn default() -> UserCommentSearchResponse
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for UserCommentSearchResponse
impl<'de> Deserialize<'de> for UserCommentSearchResponse
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 UserCommentSearchResponse
impl PartialEq for UserCommentSearchResponse
source§fn eq(&self, other: &UserCommentSearchResponse) -> bool
fn eq(&self, other: &UserCommentSearchResponse) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for UserCommentSearchResponse
Auto Trait Implementations§
impl RefUnwindSafe for UserCommentSearchResponse
impl Send for UserCommentSearchResponse
impl Sync for UserCommentSearchResponse
impl Unpin for UserCommentSearchResponse
impl UnwindSafe for UserCommentSearchResponse
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