pub struct SlackAppRateLimitedEventInit {
pub team_id: String,
pub minute_rate_limited: SlackDateTime,
pub api_app_id: String,
}
Fields§
§team_id: String
§minute_rate_limited: SlackDateTime
§api_app_id: String
Trait Implementations§
Source§impl From<SlackAppRateLimitedEventInit> for SlackAppRateLimitedEvent
impl From<SlackAppRateLimitedEventInit> for SlackAppRateLimitedEvent
Source§fn from(value: SlackAppRateLimitedEventInit) -> Self
fn from(value: SlackAppRateLimitedEventInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SlackAppRateLimitedEventInit
impl RefUnwindSafe for SlackAppRateLimitedEventInit
impl Send for SlackAppRateLimitedEventInit
impl Sync for SlackAppRateLimitedEventInit
impl Unpin for SlackAppRateLimitedEventInit
impl UnwindSafe for SlackAppRateLimitedEventInit
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