Enum rxrs::observable::IsClosed[][src]

pub enum IsClosed {
    Default,
    True,
    False,
}

Variants

Trait Implementations

impl PartialEq for IsClosed
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Copy for IsClosed
[src]

impl Clone for IsClosed
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl AsIsClosed for IsClosed
[src]

Auto Trait Implementations

impl Send for IsClosed

impl Sync for IsClosed