Struct combine::parser::combinator::AnyPartialState
source · [−]pub struct AnyPartialState(_);
Trait Implementations
sourceimpl Default for AnyPartialState
impl Default for AnyPartialState
sourcefn default() -> AnyPartialState
fn default() -> AnyPartialState
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !RefUnwindSafe for AnyPartialState
impl !Send for AnyPartialState
impl !Sync for AnyPartialState
impl Unpin for AnyPartialState
impl !UnwindSafe for AnyPartialState
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