pub struct EncodingIds {
pub binary_id: NodeId,
pub json_id: NodeId,
pub xml_id: NodeId,
}Expand description
Encoding IDs for a structure type.
Fields§
§binary_id: NodeIdBinary encoding ID.
json_id: NodeIdJson encoding ID.
xml_id: NodeIdXML encoding ID.
Trait Implementations§
Source§impl Debug for EncodingIds
impl Debug for EncodingIds
Source§impl Default for EncodingIds
impl Default for EncodingIds
Source§fn default() -> EncodingIds
fn default() -> EncodingIds
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for EncodingIds
impl RefUnwindSafe for EncodingIds
impl Send for EncodingIds
impl Sync for EncodingIds
impl Unpin for EncodingIds
impl UnsafeUnpin for EncodingIds
impl UnwindSafe for EncodingIds
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