pub struct SignalModel {
pub rpc_method: String,
pub registered_name: String,
pub input_type: ProtoType,
pub output_type: ProtoType,
}Fields§
§rpc_method: String§registered_name: StringCross-language signal name. Defaults to rpc_method.
input_type: ProtoType§output_type: ProtoTypeMust be google.protobuf.Empty — validated.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SignalModel
impl RefUnwindSafe for SignalModel
impl Send for SignalModel
impl Sync for SignalModel
impl Unpin for SignalModel
impl UnsafeUnpin for SignalModel
impl UnwindSafe for SignalModel
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more