pub struct UpdateModel {
pub rpc_method: String,
pub registered_name: String,
pub input_type: ProtoType,
pub output_type: ProtoType,
pub validate: bool,
}Fields§
§rpc_method: String§registered_name: String§input_type: ProtoType§output_type: ProtoType§validate: boolWhether UpdateOptions.validate was set on this rpc.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UpdateModel
impl RefUnwindSafe for UpdateModel
impl Send for UpdateModel
impl Sync for UpdateModel
impl Unpin for UpdateModel
impl UnsafeUnpin for UpdateModel
impl UnwindSafe for UpdateModel
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