Struct dmat_components::components::input::value_adapters::mutable_t_value_adapter::MutableI32ValueAdapter
source · pub struct MutableI32ValueAdapter<TSanitizer: Fn(i32) -> ValidationResult = fn(_: i32) -> ValidationResult> {
pub value: Mutable<i32>,
pub sanitizer: Option<TSanitizer>,
}
Fields§
§value: Mutable<i32>
§sanitizer: Option<TSanitizer>
Auto Trait Implementations§
impl<TSanitizer> RefUnwindSafe for MutableI32ValueAdapter<TSanitizer>where TSanitizer: RefUnwindSafe,
impl<TSanitizer> Send for MutableI32ValueAdapter<TSanitizer>where TSanitizer: Send,
impl<TSanitizer> Sync for MutableI32ValueAdapter<TSanitizer>where TSanitizer: Sync,
impl<TSanitizer> Unpin for MutableI32ValueAdapter<TSanitizer>where TSanitizer: Unpin,
impl<TSanitizer> UnwindSafe for MutableI32ValueAdapter<TSanitizer>where TSanitizer: UnwindSafe,
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