Struct hassle_rs::wrapper::DxcValidator
source · [−]pub struct DxcValidator { /* private fields */ }
Implementations
sourceimpl DxcValidator
impl DxcValidator
pub fn version(&self) -> Result<DxcValidatorVersion>
pub fn validate(
&self,
blob: DxcBlob
) -> Result<DxcBlob, (DxcOperationResult, HassleError)>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DxcValidator
impl !Send for DxcValidator
impl !Sync for DxcValidator
impl Unpin for DxcValidator
impl UnwindSafe for DxcValidator
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more