Struct xsd_types::lexical::InvalidNegativeInteger
source · pub struct InvalidNegativeInteger;Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for InvalidNegativeInteger
impl Send for InvalidNegativeInteger
impl Sync for InvalidNegativeInteger
impl Unpin for InvalidNegativeInteger
impl UnwindSafe for InvalidNegativeInteger
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