pub enum ValidationRuleOffset {}Auto Trait Implementations§
impl Freeze for ValidationRuleOffset
impl RefUnwindSafe for ValidationRuleOffset
impl Send for ValidationRuleOffset
impl Sync for ValidationRuleOffset
impl Unpin for ValidationRuleOffset
impl UnsafeUnpin for ValidationRuleOffset
impl UnwindSafe for ValidationRuleOffset
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