pub enum CensusCollection {
Character,
}Variants§
Character
Implementations§
Trait Implementations§
Source§impl Clone for CensusCollection
impl Clone for CensusCollection
Source§fn clone(&self) -> CensusCollection
fn clone(&self) -> CensusCollection
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 CensusCollection
impl Debug for CensusCollection
Source§impl Display for CensusCollection
impl Display for CensusCollection
Source§impl From<CensusCollection> for String
impl From<CensusCollection> for String
Source§fn from(val: CensusCollection) -> Self
fn from(val: CensusCollection) -> Self
Converts to this type from the input type.
impl Copy for CensusCollection
Auto Trait Implementations§
impl Freeze for CensusCollection
impl RefUnwindSafe for CensusCollection
impl Send for CensusCollection
impl Sync for CensusCollection
impl Unpin for CensusCollection
impl UnsafeUnpin for CensusCollection
impl UnwindSafe for CensusCollection
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> PolicyExt for Twhere
T: ?Sized,
impl<T> PolicyExt for Twhere
T: ?Sized,
§impl<T> ToStringFallible for Twhere
T: Display,
impl<T> ToStringFallible for Twhere
T: Display,
§fn try_to_string(&self) -> Result<String, TryReserveError>
fn try_to_string(&self) -> Result<String, TryReserveError>
ToString::to_string, but without panic on OOM.