pub struct GdsPlex(/* private fields */);
Expand description
A GDS plex record.
From the spec:
“A unique positive number which is common to all elements of the Plex to which this element belongs.”
In Gds21’s experience, PLEX
records and settings are highly uncommon.
Trait Implementations§
source§impl<'de> Deserialize<'de> for GdsPlex
impl<'de> Deserialize<'de> for GdsPlex
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
source§impl PartialEq for GdsPlex
impl PartialEq for GdsPlex
impl StructuralPartialEq for GdsPlex
Auto Trait Implementations§
impl RefUnwindSafe for GdsPlex
impl Send for GdsPlex
impl Sync for GdsPlex
impl Unpin for GdsPlex
impl UnwindSafe for GdsPlex
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