Struct websocat::specifier::ConstructParams[][src]

pub struct ConstructParams {
    pub tokio_handle: Handle,
    pub global_state: Rc<RefCell<ProgramState>>,
    pub program_options: Rc<Options>,
    pub left_to_right: L2rUser,
}

Fields

Methods

impl ConstructParams
[src]

All of those methods are about left_to_right mechanism

Reset left_to_right to default value.

Clones ConstructParams, changing FillIn to ReadFrom in left_to_right field and also disassociating it from the original RefCell.

Panics when called on object with left_to_right set to ReadFrom.

Trait Implementations

impl Clone for ConstructParams
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations