Struct freenet_stdlib::prelude::UserInputResponse
source · pub struct UserInputResponse<'a> {
pub request_id: u32,
pub response: ClientResponse<'a>,
pub context: DelegateContext,
}
Fields§
§request_id: u32
§response: ClientResponse<'a>
§context: DelegateContext
Implementations§
source§impl UserInputResponse<'_>
impl UserInputResponse<'_>
pub fn into_owned(self) -> UserInputResponse<'static>
Trait Implementations§
source§impl<'a> Clone for UserInputResponse<'a>
impl<'a> Clone for UserInputResponse<'a>
source§fn clone(&self) -> UserInputResponse<'a>
fn clone(&self) -> UserInputResponse<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<'a> Debug for UserInputResponse<'a>
impl<'a> Debug for UserInputResponse<'a>
source§impl<'de: 'a, 'a> Deserialize<'de> for UserInputResponse<'a>
impl<'de: 'a, 'a> Deserialize<'de> for UserInputResponse<'a>
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<'a> RefUnwindSafe for UserInputResponse<'a>
impl<'a> Send for UserInputResponse<'a>
impl<'a> Sync for UserInputResponse<'a>
impl<'a> Unpin for UserInputResponse<'a>
impl<'a> UnwindSafe for UserInputResponse<'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