pub struct StudyId(/* private fields */);Expand description
ID of a DICOM study stored by Orthanc.
Implementations§
Trait Implementations§
Source§impl AnonymizableId for StudyId
impl AnonymizableId for StudyId
Source§fn anonymize_uri(&self) -> String
fn anonymize_uri(&self) -> String
Get the API URI for anonymizing this resource.
Source§impl<'de> Deserialize<'de> for StudyId
impl<'de> Deserialize<'de> for StudyId
Source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl ResourceId for StudyId
impl ResourceId for StudyId
impl Eq for StudyId
impl StructuralPartialEq for StudyId
Auto Trait Implementations§
impl Freeze for StudyId
impl RefUnwindSafe for StudyId
impl Send for StudyId
impl Sync for StudyId
impl Unpin for StudyId
impl UnwindSafe for StudyId
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<T> ToCompactString for Twhere
T: Display,
impl<T> ToCompactString for Twhere
T: Display,
Source§fn try_to_compact_string(&self) -> Result<CompactString, ToCompactStringError>
fn try_to_compact_string(&self) -> Result<CompactString, ToCompactStringError>
Fallible version of
ToCompactString::to_compact_string() Read moreSource§fn to_compact_string(&self) -> CompactString
fn to_compact_string(&self) -> CompactString
Converts the given value to a
CompactString. Read more