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