pub struct DeleteTargetResponse;Expand description
Response type for place.stream.multistream.deleteTarget
Trait Implementations§
Source§impl XrpcResp for DeleteTargetResponse
impl XrpcResp for DeleteTargetResponse
Source§const NSID: &'static str = "place.stream.multistream.deleteTarget"
const NSID: &'static str = "place.stream.multistream.deleteTarget"
The NSID for this XRPC method
Source§type Output<'de> = DeleteTargetOutput<'de>
type Output<'de> = DeleteTargetOutput<'de>
Response output type
Source§type Err<'de> = DeleteTargetError<'de>
type Err<'de> = DeleteTargetError<'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 DeleteTargetResponse
impl RefUnwindSafe for DeleteTargetResponse
impl Send for DeleteTargetResponse
impl Sync for DeleteTargetResponse
impl Unpin for DeleteTargetResponse
impl UnsafeUnpin for DeleteTargetResponse
impl UnwindSafe for DeleteTargetResponse
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