pub struct PredictionActivitiesResponse { /* private fields */ }Implementations§
Source§impl PredictionActivitiesResponse
impl PredictionActivitiesResponse
pub fn activities<T>(self, value: T) -> Self
pub fn cursor<T>(self, value: T) -> Self
pub fn event_slug<T>(self, value: T) -> Self
pub fn limit<T>(self, value: T) -> Self
pub fn order<T>(self, value: T) -> Self
pub fn retention_days<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for PredictionActivitiesResponse
impl Clone for PredictionActivitiesResponse
Source§fn clone(&self) -> PredictionActivitiesResponse
fn clone(&self) -> PredictionActivitiesResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PredictionActivitiesResponse
impl Debug for PredictionActivitiesResponse
Source§impl From<PredictionActivitiesResponse> for PredictionActivitiesResponse
impl From<PredictionActivitiesResponse> for PredictionActivitiesResponse
Source§fn from(value: PredictionActivitiesResponse) -> Self
fn from(value: PredictionActivitiesResponse) -> Self
Converts to this type from the input type.
Source§impl TryFrom<PredictionActivitiesResponse> for PredictionActivitiesResponse
impl TryFrom<PredictionActivitiesResponse> for PredictionActivitiesResponse
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(
value: PredictionActivitiesResponse,
) -> Result<Self, ConversionError>
fn try_from( value: PredictionActivitiesResponse, ) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for PredictionActivitiesResponse
impl RefUnwindSafe for PredictionActivitiesResponse
impl Send for PredictionActivitiesResponse
impl Sync for PredictionActivitiesResponse
impl Unpin for PredictionActivitiesResponse
impl UnsafeUnpin for PredictionActivitiesResponse
impl UnwindSafe for PredictionActivitiesResponse
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