pub struct CommunityPageAssignment {
pub page_id: String,
pub space: String,
pub community_id: Option<String>,
pub state: PageCommunityAssignmentState,
pub score: f64,
pub page_version: i64,
pub community_published_generation: i64,
pub route_version: String,
pub updated_at: i64,
}Fields§
§page_id: String§space: String§community_id: Option<String>§state: PageCommunityAssignmentState§score: f64§page_version: i64§community_published_generation: i64§route_version: String§updated_at: i64Trait Implementations§
Source§impl Clone for CommunityPageAssignment
impl Clone for CommunityPageAssignment
Source§fn clone(&self) -> CommunityPageAssignment
fn clone(&self) -> CommunityPageAssignment
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CommunityPageAssignment
impl Debug for CommunityPageAssignment
Source§impl<'de> Deserialize<'de> for CommunityPageAssignment
impl<'de> Deserialize<'de> for CommunityPageAssignment
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 CommunityPageAssignment
impl PartialEq for CommunityPageAssignment
Source§impl Serialize for CommunityPageAssignment
impl Serialize for CommunityPageAssignment
impl StructuralPartialEq for CommunityPageAssignment
Auto Trait Implementations§
impl Freeze for CommunityPageAssignment
impl RefUnwindSafe for CommunityPageAssignment
impl Send for CommunityPageAssignment
impl Sync for CommunityPageAssignment
impl Unpin for CommunityPageAssignment
impl UnsafeUnpin for CommunityPageAssignment
impl UnwindSafe for CommunityPageAssignment
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