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