pub struct PlatformName(/* private fields */);Expand description
Validated external review platform name used as reputation-source evidence.
Implementations§
Source§impl PlatformName
impl PlatformName
Source§impl PlatformName
impl PlatformName
pub fn into_inner(self) -> String
Trait Implementations§
Source§impl Clone for PlatformName
impl Clone for PlatformName
Source§fn clone(&self) -> PlatformName
fn clone(&self) -> PlatformName
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 PlatformName
impl Debug for PlatformName
Source§impl<'de> Deserialize<'de> for PlatformName
impl<'de> Deserialize<'de> for PlatformName
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 Hash for PlatformName
impl Hash for PlatformName
Source§impl Ord for PlatformName
impl Ord for PlatformName
Source§fn cmp(&self, other: &PlatformName) -> Ordering
fn cmp(&self, other: &PlatformName) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PlatformName
impl PartialEq for PlatformName
Source§impl PartialOrd for PlatformName
impl PartialOrd for PlatformName
Source§impl Serialize for PlatformName
impl Serialize for PlatformName
impl Eq for PlatformName
impl StructuralPartialEq for PlatformName
Auto Trait Implementations§
impl Freeze for PlatformName
impl RefUnwindSafe for PlatformName
impl Send for PlatformName
impl Sync for PlatformName
impl Unpin for PlatformName
impl UnsafeUnpin for PlatformName
impl UnwindSafe for PlatformName
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