pub struct TrId(pub String);Expand description
Technical resource identifier — pattern D[A-Z0-9]{9}[0-9].
Tuple Fields§
§0: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for TrId
impl<'de> Deserialize<'de> for TrId
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 Eq for TrId
impl StructuralPartialEq for TrId
Auto Trait Implementations§
impl Freeze for TrId
impl RefUnwindSafe for TrId
impl Send for TrId
impl Sync for TrId
impl Unpin for TrId
impl UnsafeUnpin for TrId
impl UnwindSafe for TrId
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