Struct slack_morphism::prelude::SlackAppRateLimitedEvent [−][src]
Fields
team_id: Stringminute_rate_limited: SlackDateTimeapi_app_id: StringImplementations
impl SlackAppRateLimitedEvent[src]
pub fn new(
team_id: String,
minute_rate_limited: SlackDateTime,
api_app_id: String
) -> SlackAppRateLimitedEvent[src]
team_id: String,
minute_rate_limited: SlackDateTime,
api_app_id: String
) -> SlackAppRateLimitedEvent
pub fn team_id(&mut self, value: String) -> &mut SlackAppRateLimitedEvent[src]
pub fn with_team_id(self, value: String) -> SlackAppRateLimitedEvent[src]
pub fn minute_rate_limited(
&mut self,
value: SlackDateTime
) -> &mut SlackAppRateLimitedEvent[src]
&mut self,
value: SlackDateTime
) -> &mut SlackAppRateLimitedEvent
pub fn with_minute_rate_limited(
self,
value: SlackDateTime
) -> SlackAppRateLimitedEvent[src]
self,
value: SlackDateTime
) -> SlackAppRateLimitedEvent
pub fn api_app_id(&mut self, value: String) -> &mut SlackAppRateLimitedEvent[src]
pub fn with_api_app_id(self, value: String) -> SlackAppRateLimitedEvent[src]
Trait Implementations
impl Clone for SlackAppRateLimitedEvent[src]
pub fn clone(&self) -> SlackAppRateLimitedEvent[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for SlackAppRateLimitedEvent[src]
impl<'de> Deserialize<'de> for SlackAppRateLimitedEvent[src]
pub fn deserialize<__D>(
__deserializer: __D
) -> Result<SlackAppRateLimitedEvent, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>, [src]
__deserializer: __D
) -> Result<SlackAppRateLimitedEvent, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
impl From<SlackAppRateLimitedEventInit> for SlackAppRateLimitedEvent[src]
pub fn from(value: SlackAppRateLimitedEventInit) -> SlackAppRateLimitedEvent[src]
impl PartialEq<SlackAppRateLimitedEvent> for SlackAppRateLimitedEvent[src]
pub fn eq(&self, other: &SlackAppRateLimitedEvent) -> bool[src]
pub fn ne(&self, other: &SlackAppRateLimitedEvent) -> bool[src]
impl Serialize for SlackAppRateLimitedEvent[src]
pub fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer, [src]
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
impl StructuralPartialEq for SlackAppRateLimitedEvent[src]
Auto Trait Implementations
impl RefUnwindSafe for SlackAppRateLimitedEvent
impl Send for SlackAppRateLimitedEvent
impl Sync for SlackAppRateLimitedEvent
impl Unpin for SlackAppRateLimitedEvent
impl UnwindSafe for SlackAppRateLimitedEvent
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,