pub struct RPCCallArgs<'a> {
pub name: Option<WIPOffset<&'a str>>,
pub request: Option<WIPOffset<Object<'a>>>,
pub response: Option<WIPOffset<Object<'a>>>,
pub attributes: Option<WIPOffset<Vector<'a, ForwardsUOffset<KeyValue<'a>>>>>,
pub documentation: Option<WIPOffset<Vector<'a, ForwardsUOffset<&'a str>>>>,
}Fields§
§name: Option<WIPOffset<&'a str>>§request: Option<WIPOffset<Object<'a>>>§response: Option<WIPOffset<Object<'a>>>§attributes: Option<WIPOffset<Vector<'a, ForwardsUOffset<KeyValue<'a>>>>>§documentation: Option<WIPOffset<Vector<'a, ForwardsUOffset<&'a str>>>>Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for RPCCallArgs<'a>
impl<'a> RefUnwindSafe for RPCCallArgs<'a>
impl<'a> Send for RPCCallArgs<'a>
impl<'a> Sync for RPCCallArgs<'a>
impl<'a> Unpin for RPCCallArgs<'a>
impl<'a> UnwindSafe for RPCCallArgs<'a>
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