pub struct DeleteSetResponse;Expand description
Response type for tools.ozone.set.deleteSet
Trait Implementations§
Source§impl XrpcResp for DeleteSetResponse
impl XrpcResp for DeleteSetResponse
Source§type Output<'de> = DeleteSetOutput<'de>
type Output<'de> = DeleteSetOutput<'de>
Response output type
Source§type Err<'de> = DeleteSetError<'de>
type Err<'de> = DeleteSetError<'de>
Error type for this request
Auto Trait Implementations§
impl Freeze for DeleteSetResponse
impl RefUnwindSafe for DeleteSetResponse
impl Send for DeleteSetResponse
impl Sync for DeleteSetResponse
impl Unpin for DeleteSetResponse
impl UnwindSafe for DeleteSetResponse
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