pub enum PageCommunityAssignmentState {
Assigned,
Held,
Dropped,
}Variants§
Trait Implementations§
Source§impl Clone for PageCommunityAssignmentState
impl Clone for PageCommunityAssignmentState
Source§fn clone(&self) -> PageCommunityAssignmentState
fn clone(&self) -> PageCommunityAssignmentState
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 moreimpl Copy for PageCommunityAssignmentState
Source§impl Debug for PageCommunityAssignmentState
impl Debug for PageCommunityAssignmentState
Source§impl<'de> Deserialize<'de> for PageCommunityAssignmentState
impl<'de> Deserialize<'de> for PageCommunityAssignmentState
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
impl Eq for PageCommunityAssignmentState
impl StructuralPartialEq for PageCommunityAssignmentState
Auto Trait Implementations§
impl Freeze for PageCommunityAssignmentState
impl RefUnwindSafe for PageCommunityAssignmentState
impl Send for PageCommunityAssignmentState
impl Sync for PageCommunityAssignmentState
impl Unpin for PageCommunityAssignmentState
impl UnsafeUnpin for PageCommunityAssignmentState
impl UnwindSafe for PageCommunityAssignmentState
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