pub struct StreamsEndpoint { /* private fields */ }Implementations§
Source§impl StreamsEndpoint
impl StreamsEndpoint
pub fn new(url: impl Into<String>, token: impl Into<String>) -> Self
pub fn activity(&self) -> GetActivityStreams
pub fn route(&self) -> GetRouteStreams
pub fn segment_effort(&self) -> GetSegmentEffortStreams
pub fn segment(&self) -> GetSegmentStreams
Auto Trait Implementations§
impl Freeze for StreamsEndpoint
impl RefUnwindSafe for StreamsEndpoint
impl Send for StreamsEndpoint
impl Sync for StreamsEndpoint
impl Unpin for StreamsEndpoint
impl UnsafeUnpin for StreamsEndpoint
impl UnwindSafe for StreamsEndpoint
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