Struct slack_morphism::SlackApiTokenInit
source · pub struct SlackApiTokenInit {
pub token_value: SlackApiTokenValue,
}Fields
token_value: SlackApiTokenValueTrait Implementations
sourceimpl From<SlackApiTokenInit> for SlackApiToken
impl From<SlackApiTokenInit> for SlackApiToken
sourcefn from(value: SlackApiTokenInit) -> Self
fn from(value: SlackApiTokenInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for SlackApiTokenInit
impl Send for SlackApiTokenInit
impl Sync for SlackApiTokenInit
impl Unpin for SlackApiTokenInit
impl UnwindSafe for SlackApiTokenInit
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