pub struct DxcValidator { /* private fields */ }
Implementations§
Source§impl DxcValidator
impl DxcValidator
pub fn version(&self) -> Result<DxcValidatorVersion>
pub fn validate( &self, blob: DxcBlob, ) -> Result<DxcBlob, (DxcOperationResult, HassleError)>
Auto Trait Implementations§
impl Freeze for DxcValidator
impl RefUnwindSafe for DxcValidator
impl !Send for DxcValidator
impl !Sync for DxcValidator
impl Unpin for DxcValidator
impl UnwindSafe for DxcValidator
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