pub struct RscEndpoint {
pub path: String,
pub method: String,
pub content_type: String,
pub notes: String,
}Available on crate feature
react2shell only.Expand description
A discovered RSC/Server Action endpoint.
Fields§
§path: String§method: String§content_type: String§notes: StringTrait Implementations§
Source§impl Clone for RscEndpoint
impl Clone for RscEndpoint
Source§fn clone(&self) -> RscEndpoint
fn clone(&self) -> RscEndpoint
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RscEndpoint
impl Debug for RscEndpoint
Source§impl<'de> Deserialize<'de> for RscEndpoint
impl<'de> Deserialize<'de> for RscEndpoint
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for RscEndpoint
impl RefUnwindSafe for RscEndpoint
impl Send for RscEndpoint
impl Sync for RscEndpoint
impl Unpin for RscEndpoint
impl UnsafeUnpin for RscEndpoint
impl UnwindSafe for RscEndpoint
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