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