Struct slack_morphism::SlackApiTokenInit
source · pub struct SlackApiTokenInit {
pub token_value: SlackApiTokenValue,
}
Fields§
§token_value: SlackApiTokenValue
Trait Implementations§
source§impl From<SlackApiTokenInit> for SlackApiToken
impl From<SlackApiTokenInit> for SlackApiToken
source§fn 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§
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