pub struct GetSegmentStreams { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for GetSegmentStreams
impl Clone for GetSegmentStreams
Source§fn clone(&self) -> GetSegmentStreams
fn clone(&self) -> GetSegmentStreams
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GetSegmentStreams
impl Debug for GetSegmentStreams
Source§impl Endpoint for GetSegmentStreams
impl Endpoint for GetSegmentStreams
Source§impl PathQuery for GetSegmentStreams
impl PathQuery for GetSegmentStreams
Source§impl Query for GetSegmentStreams
impl Query for GetSegmentStreams
Auto Trait Implementations§
impl Freeze for GetSegmentStreams
impl RefUnwindSafe for GetSegmentStreams
impl Send for GetSegmentStreams
impl Sync for GetSegmentStreams
impl Unpin for GetSegmentStreams
impl UnsafeUnpin for GetSegmentStreams
impl UnwindSafe for GetSegmentStreams
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