pub struct DepartmentId(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for DepartmentId
impl Clone for DepartmentId
Source§fn clone(&self) -> DepartmentId
fn clone(&self) -> DepartmentId
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 DepartmentId
impl Debug for DepartmentId
Source§impl Default for DepartmentId
impl Default for DepartmentId
Source§impl<'de> Deserialize<'de> for DepartmentId
impl<'de> Deserialize<'de> for DepartmentId
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 DepartmentId
impl Display for DepartmentId
Source§impl From<&str> for DepartmentId
impl From<&str> for DepartmentId
Source§impl From<String> for DepartmentId
impl From<String> for DepartmentId
Source§impl Hash for DepartmentId
impl Hash for DepartmentId
Source§impl PartialEq for DepartmentId
impl PartialEq for DepartmentId
Source§fn eq(&self, other: &DepartmentId) -> bool
fn eq(&self, other: &DepartmentId) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for DepartmentId
impl Serialize for DepartmentId
impl Eq for DepartmentId
impl StructuralPartialEq for DepartmentId
Auto Trait Implementations§
impl Freeze for DepartmentId
impl RefUnwindSafe for DepartmentId
impl Send for DepartmentId
impl Sync for DepartmentId
impl Unpin for DepartmentId
impl UnsafeUnpin for DepartmentId
impl UnwindSafe for DepartmentId
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