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