pub struct DepartmentName(/* private fields */);Implementations§
Trait Implementations§
Source§impl AsRef<str> for DepartmentName
impl AsRef<str> for DepartmentName
Source§impl Borrow<str> for DepartmentName
impl Borrow<str> for DepartmentName
Source§impl Clone for DepartmentName
impl Clone for DepartmentName
Source§fn clone(&self) -> DepartmentName
fn clone(&self) -> DepartmentName
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 DepartmentName
impl Debug for DepartmentName
Source§impl<'r, DB: Database> Decode<'r, DB> for DepartmentName
impl<'r, DB: Database> Decode<'r, DB> for DepartmentName
Source§impl<'de> Deserialize<'de> for DepartmentName
impl<'de> Deserialize<'de> for DepartmentName
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for DepartmentName
impl Display for DepartmentName
Source§impl<'q, DB: Database> Encode<'q, DB> for DepartmentName
impl<'q, DB: Database> Encode<'q, DB> for DepartmentName
impl Eq for DepartmentName
Source§impl From<&DepartmentName> for String
impl From<&DepartmentName> for String
Source§fn from(id: &DepartmentName) -> Self
fn from(id: &DepartmentName) -> Self
Converts to this type from the input type.
Source§impl From<&str> for DepartmentName
impl From<&str> for DepartmentName
Source§impl From<DepartmentName> for String
impl From<DepartmentName> for String
Source§fn from(id: DepartmentName) -> Self
fn from(id: DepartmentName) -> Self
Converts to this type from the input type.
Source§impl From<String> for DepartmentName
impl From<String> for DepartmentName
Source§impl Hash for DepartmentName
impl Hash for DepartmentName
Source§impl JsonSchema for DepartmentName
impl JsonSchema for DepartmentName
Source§fn inline_schema() -> bool
fn inline_schema() -> bool
Whether JSON Schemas generated for this type should be included directly in parent schemas,
rather than being re-used where possible using the
$ref keyword. Read moreSource§fn schema_id() -> Cow<'static, str>
fn schema_id() -> Cow<'static, str>
Returns a string that uniquely identifies the schema produced by this type. Read more
Source§fn json_schema(generator: &mut SchemaGenerator) -> Schema
fn json_schema(generator: &mut SchemaGenerator) -> Schema
Generates a JSON Schema for this type. Read more
Source§impl Ord for DepartmentName
impl Ord for DepartmentName
Source§fn cmp(&self, other: &DepartmentName) -> Ordering
fn cmp(&self, other: &DepartmentName) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DepartmentName
impl PartialEq for DepartmentName
Source§fn eq(&self, other: &DepartmentName) -> bool
fn eq(&self, other: &DepartmentName) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialEq<&str> for DepartmentName
impl PartialEq<&str> for DepartmentName
Source§impl PartialEq<DepartmentName> for &str
impl PartialEq<DepartmentName> for &str
Source§fn eq(&self, other: &DepartmentName) -> bool
fn eq(&self, other: &DepartmentName) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialEq<DepartmentName> for str
impl PartialEq<DepartmentName> for str
Source§fn eq(&self, other: &DepartmentName) -> bool
fn eq(&self, other: &DepartmentName) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialEq<str> for DepartmentName
impl PartialEq<str> for DepartmentName
Source§impl PartialOrd for DepartmentName
impl PartialOrd for DepartmentName
Source§impl PgHasArrayType for DepartmentNamewhere
String: PgHasArrayType,
impl PgHasArrayType for DepartmentNamewhere
String: PgHasArrayType,
fn array_type_info() -> PgTypeInfo
fn array_compatible(ty: &PgTypeInfo) -> bool
Source§impl Serialize for DepartmentName
impl Serialize for DepartmentName
impl StructuralPartialEq for DepartmentName
Source§impl ToDbValue for &DepartmentName
impl ToDbValue for &DepartmentName
fn to_db_value(&self) -> DbValue
fn null_db_value() -> DbValuewhere
Self: Sized,
Source§impl ToDbValue for DepartmentName
impl ToDbValue for DepartmentName
fn to_db_value(&self) -> DbValue
fn null_db_value() -> DbValuewhere
Self: Sized,
Auto Trait Implementations§
impl Freeze for DepartmentName
impl RefUnwindSafe for DepartmentName
impl Send for DepartmentName
impl Sync for DepartmentName
impl Unpin for DepartmentName
impl UnsafeUnpin for DepartmentName
impl UnwindSafe for DepartmentName
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more