pub struct PhoneBitmapData(/* private fields */);Expand description
Validated hexadecimal bitmap data used by image-service documents.
The public value is binary. Serde converts it to and from the XML Schema
hexBinary lexical representation, accepting schema whitespace and either
letter case while emitting one stable uppercase representation.
Implementations§
Trait Implementations§
Source§impl Clone for PhoneBitmapData
impl Clone for PhoneBitmapData
Source§fn clone(&self) -> PhoneBitmapData
fn clone(&self) -> PhoneBitmapData
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PhoneBitmapData
impl Debug for PhoneBitmapData
Source§impl<'de> Deserialize<'de> for PhoneBitmapData
impl<'de> Deserialize<'de> for PhoneBitmapData
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
impl Eq for PhoneBitmapData
Source§impl PartialEq for PhoneBitmapData
impl PartialEq for PhoneBitmapData
Source§impl Serialize for PhoneBitmapData
impl Serialize for PhoneBitmapData
impl StructuralPartialEq for PhoneBitmapData
Auto Trait Implementations§
impl Freeze for PhoneBitmapData
impl RefUnwindSafe for PhoneBitmapData
impl Send for PhoneBitmapData
impl Sync for PhoneBitmapData
impl Unpin for PhoneBitmapData
impl UnsafeUnpin for PhoneBitmapData
impl UnwindSafe for PhoneBitmapData
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