Enum vertx_rust::vertx::message::Body [−][src]
pub enum Body {
Byte(u8),
Short(i16),
Int(i32),
Long(i64),
Float(f32),
Double(f64),
String(String),
ByteArray(Vec<u8>),
Boolean(bool),
Char(char),
Null,
Ping,
}
Variants
Byte(u8)
Tuple Fields
0: u8
Short(i16)
Tuple Fields
0: i16
Int(i32)
Tuple Fields
0: i32
Long(i64)
Tuple Fields
0: i64
Float(f32)
Tuple Fields
0: f32
Double(f64)
Tuple Fields
0: f64
String(String)
Tuple Fields
0: String
ByteArray(Vec<u8>)
Boolean(bool)
Tuple Fields
0: bool
Char(char)
Tuple Fields
0: char
Null
Ping
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Body
impl UnwindSafe for Body
Blanket Implementations
Mutably borrows from an owned value. Read more
Wrap the input message T
in a tonic::Request
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more