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