pub struct NoDecodeFunction;Trait Implementations§
Source§impl Rule for NoDecodeFunction
impl Rule for NoDecodeFunction
Auto Trait Implementations§
impl Freeze for NoDecodeFunction
impl RefUnwindSafe for NoDecodeFunction
impl Send for NoDecodeFunction
impl Sync for NoDecodeFunction
impl Unpin for NoDecodeFunction
impl UnsafeUnpin for NoDecodeFunction
impl UnwindSafe for NoDecodeFunction
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