pub struct Sha1HexAttribute(/* private fields */);
Expand description
Helper for parsing and serialising a SHA-1 attribute.
Trait Implementations§
source§impl AsXmlText for Sha1HexAttribute
impl AsXmlText for Sha1HexAttribute
source§impl Clone for Sha1HexAttribute
impl Clone for Sha1HexAttribute
source§fn clone(&self) -> Sha1HexAttribute
fn clone(&self) -> Sha1HexAttribute
Returns a copy of the value. Read more
1.6.0 · 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 Sha1HexAttribute
impl Debug for Sha1HexAttribute
source§impl Deref for Sha1HexAttribute
impl Deref for Sha1HexAttribute
source§impl DerefMut for Sha1HexAttribute
impl DerefMut for Sha1HexAttribute
source§impl FromStr for Sha1HexAttribute
impl FromStr for Sha1HexAttribute
source§impl FromXmlText for Sha1HexAttribute
impl FromXmlText for Sha1HexAttribute
source§impl IntoAttributeValue for Sha1HexAttribute
impl IntoAttributeValue for Sha1HexAttribute
source§fn into_attribute_value(self) -> Option<String>
fn into_attribute_value(self) -> Option<String>
Turns this into an attribute string, or None if it shouldn’t be added.
source§impl PartialEq for Sha1HexAttribute
impl PartialEq for Sha1HexAttribute
impl StructuralPartialEq for Sha1HexAttribute
Auto Trait Implementations§
impl Freeze for Sha1HexAttribute
impl RefUnwindSafe for Sha1HexAttribute
impl Send for Sha1HexAttribute
impl Sync for Sha1HexAttribute
impl Unpin for Sha1HexAttribute
impl UnwindSafe for Sha1HexAttribute
Blanket Implementations§
source§impl<T> AsOptionalXmlText for Twhere
T: AsXmlText,
impl<T> AsOptionalXmlText for Twhere
T: AsXmlText,
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)