pub struct SLACK_TIER3_METHOD_CONFIG { /* private fields */ }
Trait Implementations§
Source§impl Deref for SLACK_TIER3_METHOD_CONFIG
impl Deref for SLACK_TIER3_METHOD_CONFIG
Source§type Target = SlackApiMethodRateControlConfig
type Target = SlackApiMethodRateControlConfig
The resulting type after dereferencing.
Source§fn deref(&self) -> &SlackApiMethodRateControlConfig
fn deref(&self) -> &SlackApiMethodRateControlConfig
Dereferences the value.
impl LazyStatic for SLACK_TIER3_METHOD_CONFIG
Auto Trait Implementations§
impl Freeze for SLACK_TIER3_METHOD_CONFIG
impl RefUnwindSafe for SLACK_TIER3_METHOD_CONFIG
impl Send for SLACK_TIER3_METHOD_CONFIG
impl Sync for SLACK_TIER3_METHOD_CONFIG
impl Unpin for SLACK_TIER3_METHOD_CONFIG
impl UnwindSafe for SLACK_TIER3_METHOD_CONFIG
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