Struct rxrust::ops::complete_status::CompleteStatus
source · pub struct CompleteStatus { /* private fields */ }
Implementations§
source§impl CompleteStatus
impl CompleteStatus
sourcepub fn is_completed(&self) -> bool
pub fn is_completed(&self) -> bool
return true if the observable completed.
sourcepub fn error_occur(&self) -> bool
pub fn error_occur(&self) -> bool
return true if the observable emit an error.
sourcepub fn wait_for_end(this: Arc<Self>)
pub fn wait_for_end(this: Arc<Self>)
Wait until the observable complete or an error occur.
Trait Implementations§
source§impl Default for CompleteStatus
impl Default for CompleteStatus
source§fn default() -> CompleteStatus
fn default() -> CompleteStatus
Returns the “default value” for a type. Read more