Struct pgmq_core::util::CheckedName
source · pub struct CheckedName<'a>(/* private fields */);Expand description
A string that is known to be formed of only ASCII alphanumeric or an underscore;
Implementations§
Trait Implementations§
source§impl AsRef<str> for CheckedName<'_>
impl AsRef<str> for CheckedName<'_>
source§impl<'a> Clone for CheckedName<'a>
impl<'a> Clone for CheckedName<'a>
source§fn clone(&self) -> CheckedName<'a>
fn clone(&self) -> CheckedName<'a>
Returns a copy 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 Display for CheckedName<'_>
impl Display for CheckedName<'_>
impl<'a> Copy for CheckedName<'a>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for CheckedName<'a>
impl<'a> Send for CheckedName<'a>
impl<'a> Sync for CheckedName<'a>
impl<'a> Unpin for CheckedName<'a>
impl<'a> UnwindSafe for CheckedName<'a>
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