pub struct NamespaceArgs {
pub prefix: String,
}Expand description
Parsed arguments for the #[rorpc::namespace("/prefix")] attribute.
Fields§
§prefix: StringTrait Implementations§
Source§impl Debug for NamespaceArgs
impl Debug for NamespaceArgs
Source§impl Parse for NamespaceArgs
impl Parse for NamespaceArgs
fn parse(input: ParseStream<'_>) -> Result<Self>
Auto Trait Implementations§
impl Freeze for NamespaceArgs
impl RefUnwindSafe for NamespaceArgs
impl Send for NamespaceArgs
impl Sync for NamespaceArgs
impl Unpin for NamespaceArgs
impl UnsafeUnpin for NamespaceArgs
impl UnwindSafe for NamespaceArgs
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