pub struct OrpcArgs {
pub method: String,
pub path: String,
pub stream_event: Option<String>,
}Expand description
Parsed arguments for the #[orpc(...)] attribute.
Fields§
§method: String§path: String§stream_event: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for OrpcArgs
impl RefUnwindSafe for OrpcArgs
impl Send for OrpcArgs
impl Sync for OrpcArgs
impl Unpin for OrpcArgs
impl UnsafeUnpin for OrpcArgs
impl UnwindSafe for OrpcArgs
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