pub struct GetSegmentEffortStreams { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for GetSegmentEffortStreams
impl Clone for GetSegmentEffortStreams
Source§fn clone(&self) -> GetSegmentEffortStreams
fn clone(&self) -> GetSegmentEffortStreams
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 GetSegmentEffortStreams
impl Debug for GetSegmentEffortStreams
Source§impl Endpoint for GetSegmentEffortStreams
impl Endpoint for GetSegmentEffortStreams
Source§impl PathQuery for GetSegmentEffortStreams
impl PathQuery for GetSegmentEffortStreams
Source§impl Query for GetSegmentEffortStreams
impl Query for GetSegmentEffortStreams
Auto Trait Implementations§
impl Freeze for GetSegmentEffortStreams
impl RefUnwindSafe for GetSegmentEffortStreams
impl Send for GetSegmentEffortStreams
impl Sync for GetSegmentEffortStreams
impl Unpin for GetSegmentEffortStreams
impl UnsafeUnpin for GetSegmentEffortStreams
impl UnwindSafe for GetSegmentEffortStreams
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