pub struct CombinedIdPrefix { /* private fields */ }Expand description
A shortened from of an CombinedId.
This is meant for Human interaction.
Trait Implementations§
Source§impl Clone for CombinedIdPrefix
impl Clone for CombinedIdPrefix
Source§fn clone(&self) -> CombinedIdPrefix
fn clone(&self) -> CombinedIdPrefix
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 CombinedIdPrefix
impl Debug for CombinedIdPrefix
Source§impl Display for CombinedIdPrefix
impl Display for CombinedIdPrefix
Source§impl FromStr for CombinedIdPrefix
impl FromStr for CombinedIdPrefix
Source§impl TryFrom<&str> for CombinedIdPrefix
impl TryFrom<&str> for CombinedIdPrefix
impl Copy for CombinedIdPrefix
Auto Trait Implementations§
impl Freeze for CombinedIdPrefix
impl RefUnwindSafe for CombinedIdPrefix
impl Send for CombinedIdPrefix
impl Sync for CombinedIdPrefix
impl Unpin for CombinedIdPrefix
impl UnwindSafe for CombinedIdPrefix
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