pub struct SlackAppRateLimitedEventInit {
pub team_id: String,
pub minute_rate_limited: SlackDateTime,
pub api_app_id: String,
}Fields
team_id: Stringminute_rate_limited: SlackDateTimeapi_app_id: StringTrait Implementations
sourceimpl From<SlackAppRateLimitedEventInit> for SlackAppRateLimitedEvent
impl From<SlackAppRateLimitedEventInit> for SlackAppRateLimitedEvent
sourcefn from(value: SlackAppRateLimitedEventInit) -> Self
fn from(value: SlackAppRateLimitedEventInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for SlackAppRateLimitedEventInit
impl Send for SlackAppRateLimitedEventInit
impl Sync for SlackAppRateLimitedEventInit
impl Unpin for SlackAppRateLimitedEventInit
impl UnwindSafe for SlackAppRateLimitedEventInit
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more