Struct websocat::line_peer::Message2Line [−][src]
pub struct Message2Line<T: Specifier>(pub T);
Trait Implementations
impl<T: Debug + Specifier> Debug for Message2Line<T>[src]
impl<T: Debug + Specifier> Debug for Message2Line<T>fn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl<T: Specifier> Specifier for Message2Line<T>[src]
impl<T: Specifier> Specifier for Message2Line<T>fn construct(&self, cp: ConstructParams) -> PeerConstructor[src]
fn construct(&self, cp: ConstructParams) -> PeerConstructorApply the specifier for constructing a "socket" or other connecting device.
fn uses_global_state(&self) -> bool[src]
fn uses_global_state(&self) -> boolfn is_multiconnect(&self) -> bool[src]
fn is_multiconnect(&self) -> boolAuto Trait Implementations
impl<T> Send for Message2Line<T> where
T: Send,
impl<T> Send for Message2Line<T> where
T: Send, impl<T> Sync for Message2Line<T> where
T: Sync,
impl<T> Sync for Message2Line<T> where
T: Sync,