pub struct ItemUpdateRequest { /* private fields */ }
Implementations§
Source§impl ItemUpdateRequest
impl ItemUpdateRequest
Sourcepub fn builder() -> ItemUpdateRequestBuilder<((), (), (), (), ())>
pub fn builder() -> ItemUpdateRequestBuilder<((), (), (), (), ())>
Create a builder for building ItemUpdateRequest
.
On the builder, call .id(...)
, .tags(...)
(optional), .annotation(...)
(optional), .url(...)
(optional), .star(...)
(optional) to set the values of the fields.
Finally, call .build()
to create the instance of ItemUpdateRequest
.
Trait Implementations§
Source§impl Debug for ItemUpdateRequest
impl Debug for ItemUpdateRequest
Auto Trait Implementations§
impl Freeze for ItemUpdateRequest
impl RefUnwindSafe for ItemUpdateRequest
impl Send for ItemUpdateRequest
impl Sync for ItemUpdateRequest
impl Unpin for ItemUpdateRequest
impl UnwindSafe for ItemUpdateRequest
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