pub struct Base64BinaryDt {
pub id: Option<String>,
pub extension: Option<Vec<Extension>>,
pub value: Option<Base64Binary>,
}
Fields§
§id: Option<String>
xml:id (or equivalent in JSON)
extension: Option<Vec<Extension>>
Additional content defined by implementations
value: Option<Base64Binary>
Primitive value for base64Binary
Trait Implementations§
Source§impl Clone for Base64BinaryDt
impl Clone for Base64BinaryDt
Source§fn clone(&self) -> Base64BinaryDt
fn clone(&self) -> Base64BinaryDt
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Compare for Base64BinaryDt
impl Compare for Base64BinaryDt
Source§impl Convert for Base64BinaryDt
impl Convert for Base64BinaryDt
fn to_integer(&self) -> Result<Integer>
fn to_decimal(&self) -> Result<Decimal>
fn to_strings(&self) -> Result<String>
fn to_datetime(&self) -> Result<DateTime>
fn to_boolean(&self) -> Result<Boolean>
Source§impl Debug for Base64BinaryDt
impl Debug for Base64BinaryDt
Source§impl<'de> Deserialize<'de> for Base64BinaryDt
impl<'de> Deserialize<'de> for Base64BinaryDt
fn deserialize<De>(deserializer: De) -> Result<Self>where
De: Deserializer<'de>,
Source§impl Display for Base64BinaryDt
impl Display for Base64BinaryDt
Source§impl Element for Base64BinaryDt
impl Element for Base64BinaryDt
Source§impl Executor for Base64BinaryDt
impl Executor for Base64BinaryDt
fn element(&self, symbol: &String, index: &Option<usize>) -> Result<Collection>
fn to_collection(&self, _index: &Option<usize>) -> Collection
fn child(&self, _index: usize) -> Result<Collection>
Source§impl From<&str> for Base64BinaryDt
impl From<&str> for Base64BinaryDt
Source§impl FromStr for Base64BinaryDt
impl FromStr for Base64BinaryDt
Source§impl Primitive for Base64BinaryDt
impl Primitive for Base64BinaryDt
Source§impl Serialize for Base64BinaryDt
impl Serialize for Base64BinaryDt
impl DataType for Base64BinaryDt
Auto Trait Implementations§
impl Freeze for Base64BinaryDt
impl RefUnwindSafe for Base64BinaryDt
impl Send for Base64BinaryDt
impl Sync for Base64BinaryDt
impl Unpin for Base64BinaryDt
impl UnwindSafe for Base64BinaryDt
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