pub struct ApplicationName(/* private fields */);Implementations§
Source§impl ApplicationName
impl ApplicationName
pub const MIN_LENGTH: usize = 1
pub const MAX_LENGTH: usize = 63
pub fn as_str(&self) -> &str
Trait Implementations§
Source§impl AsRef<str> for ApplicationName
impl AsRef<str> for ApplicationName
Source§impl Clone for ApplicationName
impl Clone for ApplicationName
Source§fn clone(&self) -> ApplicationName
fn clone(&self) -> ApplicationName
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 ApplicationName
impl Debug for ApplicationName
Source§impl FromStr for ApplicationName
impl FromStr for ApplicationName
Source§impl PartialEq for ApplicationName
impl PartialEq for ApplicationName
Source§impl Serialize for ApplicationName
impl Serialize for ApplicationName
impl Eq for ApplicationName
impl StructuralPartialEq for ApplicationName
Auto Trait Implementations§
impl Freeze for ApplicationName
impl RefUnwindSafe for ApplicationName
impl Send for ApplicationName
impl Sync for ApplicationName
impl Unpin for ApplicationName
impl UnwindSafe for ApplicationName
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