pub struct ListWebhooksResponse;Expand description
Response type for place.stream.server.listWebhooks
Trait Implementations§
Source§impl XrpcResp for ListWebhooksResponse
impl XrpcResp for ListWebhooksResponse
Source§type Output<'de> = ListWebhooksOutput<'de>
type Output<'de> = ListWebhooksOutput<'de>
Response output type
Source§type Err<'de> = ListWebhooksError<'de>
type Err<'de> = ListWebhooksError<'de>
Error type for this request
Source§fn encode_output(output: &Self::Output<'_>) -> Result<Vec<u8>, EncodeError>
fn encode_output(output: &Self::Output<'_>) -> Result<Vec<u8>, EncodeError>
Output body encoding function, similar to the request-side type
Source§fn decode_output<'de>(body: &'de [u8]) -> Result<Self::Output<'de>, DecodeError>where
Self::Output<'de>: Deserialize<'de>,
fn decode_output<'de>(body: &'de [u8]) -> Result<Self::Output<'de>, DecodeError>where
Self::Output<'de>: Deserialize<'de>,
Decode the response output body. Read more
Auto Trait Implementations§
impl Freeze for ListWebhooksResponse
impl RefUnwindSafe for ListWebhooksResponse
impl Send for ListWebhooksResponse
impl Sync for ListWebhooksResponse
impl Unpin for ListWebhooksResponse
impl UnsafeUnpin for ListWebhooksResponse
impl UnwindSafe for ListWebhooksResponse
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