pub struct PollIdRef(/* private fields */);
Available on crate feature
points
only.Expand description
A poll ID
Implementations§
Source§impl PollIdRef
impl PollIdRef
Sourcepub const fn from_str(raw: &str) -> &Self
pub const fn from_str(raw: &str) -> &Self
Transparently reinterprets the string slice as a strongly-typed PollIdRef
Sourcepub const fn from_static(raw: &'static str) -> &'static Self
pub const fn from_static(raw: &'static str) -> &'static Self
Transparently reinterprets the static string slice as a strongly-typed PollIdRef
Sourcepub fn into_owned(self: Box<PollIdRef>) -> PollId
pub fn into_owned(self: Box<PollIdRef>) -> PollId
Converts a Box<PollIdRef>
into a PollId
without copying or allocating
Trait Implementations§
Source§impl<'de: 'a, 'a> Deserialize<'de> for &'a PollIdRef
Available on crate feature serde
only.
impl<'de: 'a, 'a> Deserialize<'de> for &'a PollIdRef
Available on crate feature
serde
only.Source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl<'de> Deserialize<'de> for Box<PollIdRef>
Available on crate feature serde
only.
impl<'de> Deserialize<'de> for Box<PollIdRef>
Available on crate feature
serde
only.Source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more