pub struct SeriesId(/* private fields */);Expand description
ID of a DICOM series stored by Orthanc.
Implementations§
Trait Implementations§
Source§impl AnonymizableId for SeriesId
impl AnonymizableId for SeriesId
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 SeriesId
impl<'de> Deserialize<'de> for SeriesId
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 SeriesId
impl ResourceId for SeriesId
impl Eq for SeriesId
impl StructuralPartialEq for SeriesId
Auto Trait Implementations§
impl Freeze for SeriesId
impl RefUnwindSafe for SeriesId
impl Send for SeriesId
impl Sync for SeriesId
impl Unpin for SeriesId
impl UnwindSafe for SeriesId
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