pub struct EntityName(pub String);Tuple Fields§
§0: StringTrait Implementations§
Source§impl Clone for EntityName
impl Clone for EntityName
Source§fn clone(&self) -> EntityName
fn clone(&self) -> EntityName
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 Debug for EntityName
impl Debug for EntityName
Source§impl<'de> Deserialize<'de> for EntityName
impl<'de> Deserialize<'de> for EntityName
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<EntityName, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<EntityName, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for EntityName
impl Display for EntityName
Source§impl From<&str> for EntityName
impl From<&str> for EntityName
Source§fn from(s: &str) -> EntityName
fn from(s: &str) -> EntityName
Converts to this type from the input type.
Source§impl Hash for EntityName
impl Hash for EntityName
Source§impl PartialEq for EntityName
impl PartialEq for EntityName
Source§impl Serialize for EntityName
impl Serialize for EntityName
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl Eq for EntityName
impl StructuralPartialEq for EntityName
Auto Trait Implementations§
impl Freeze for EntityName
impl RefUnwindSafe for EntityName
impl Send for EntityName
impl Sync for EntityName
impl Unpin for EntityName
impl UnwindSafe for EntityName
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