pub struct OutpostIdPrefix(/* private fields */);Expand description
Validated ID prefix accepted from human selectors.
Prefixes are accepted only when they are at least five hex characters and uniquely identify one entry within the current source registry.
Implementations§
Trait Implementations§
Source§impl Clone for OutpostIdPrefix
impl Clone for OutpostIdPrefix
Source§fn clone(&self) -> OutpostIdPrefix
fn clone(&self) -> OutpostIdPrefix
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 OutpostIdPrefix
impl Debug for OutpostIdPrefix
Source§impl Display for OutpostIdPrefix
impl Display for OutpostIdPrefix
impl Eq for OutpostIdPrefix
Source§impl PartialEq for OutpostIdPrefix
impl PartialEq for OutpostIdPrefix
Source§fn eq(&self, other: &OutpostIdPrefix) -> bool
fn eq(&self, other: &OutpostIdPrefix) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for OutpostIdPrefix
Auto Trait Implementations§
impl Freeze for OutpostIdPrefix
impl RefUnwindSafe for OutpostIdPrefix
impl Send for OutpostIdPrefix
impl Sync for OutpostIdPrefix
impl Unpin for OutpostIdPrefix
impl UnsafeUnpin for OutpostIdPrefix
impl UnwindSafe for OutpostIdPrefix
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