Struct combine::parser::combinator::AnySendPartialState
source · pub struct AnySendPartialState(/* private fields */);
Trait Implementations§
source§impl Default for AnySendPartialState
impl Default for AnySendPartialState
source§fn 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§
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