Enum websocat::L2rUser[][src]

pub enum L2rUser {
    FillIn(Rc<RefCell<LeftSpecToRightSpec>>),
    ReadFrom(Rc<RefCell<LeftSpecToRightSpec>>),
}

Variants

Trait Implementations

impl Clone for L2rUser
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for L2rUser

impl !Sync for L2rUser