Struct slack_morphism::prelude::SLACK_TIER3_METHOD_CONFIG
source · 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
§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 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