#[repr(transparent)]pub struct StudentId(pub String);Tuple Fields§
§0: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for StudentId
impl<'de> Deserialize<'de> for StudentId
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
impl EntityId for StudentId
impl ResourceId for StudentId
impl StructuralPartialEq for StudentId
Auto Trait Implementations§
impl Freeze for StudentId
impl RefUnwindSafe for StudentId
impl Send for StudentId
impl Sync for StudentId
impl Unpin for StudentId
impl UnwindSafe for StudentId
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