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
Performs the conversion.
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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more