pub struct StarSegment { /* private fields */ }Expand description
Builder for PUT /segments/{id}/starred. .send() stars or unstars
the segment based on the starred flag.
Implementations§
Trait Implementations§
Source§impl Sendable<DetailedSegment> for StarSegment
impl Sendable<DetailedSegment> for StarSegment
fn send<'async_trait>(
self,
) -> Pin<Box<dyn Future<Output = Result<DetailedSegment, ErrorWrapper>> + Send + 'async_trait>>where
Self: 'async_trait,
Auto Trait Implementations§
impl Freeze for StarSegment
impl RefUnwindSafe for StarSegment
impl Send for StarSegment
impl Sync for StarSegment
impl Unpin for StarSegment
impl UnsafeUnpin for StarSegment
impl UnwindSafe for StarSegment
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