Struct oasis_runtime_sdk::subcall::AllowAllValidator
source · pub struct AllowAllValidator;
Expand description
A validator which allows everything.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AllowAllValidator
impl RefUnwindSafe for AllowAllValidator
impl Send for AllowAllValidator
impl Sync for AllowAllValidator
impl Unpin for AllowAllValidator
impl UnwindSafe for AllowAllValidator
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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