pub struct DeleteSetRequest;Expand description
Endpoint type for tools.ozone.set.deleteSet
Trait Implementations§
Source§impl XrpcEndpoint for DeleteSetRequest
impl XrpcEndpoint for DeleteSetRequest
Auto Trait Implementations§
impl Freeze for DeleteSetRequest
impl RefUnwindSafe for DeleteSetRequest
impl Send for DeleteSetRequest
impl Sync for DeleteSetRequest
impl Unpin for DeleteSetRequest
impl UnwindSafe for DeleteSetRequest
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