pub struct ParamDef {
pub name: String,
pub direction: ParamDirection,
pub type_ref: TypeRef,
}Expand description
Ein RPC-Parameter.
Fields§
§name: StringParameter-Name.
direction: ParamDirectionDirection (in/out/inout).
type_ref: TypeRefTyp.
Trait Implementations§
impl StructuralPartialEq for ParamDef
Auto Trait Implementations§
impl Freeze for ParamDef
impl RefUnwindSafe for ParamDef
impl Send for ParamDef
impl Sync for ParamDef
impl Unpin for ParamDef
impl UnsafeUnpin for ParamDef
impl UnwindSafe for ParamDef
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