Struct slack_morphism::SlackChannelDetailsInit
source · pub struct SlackChannelDetailsInit {
pub value: String,
}
Fields§
§value: String
Trait Implementations§
source§impl From<SlackChannelDetailsInit> for SlackChannelDetails
impl From<SlackChannelDetailsInit> for SlackChannelDetails
source§fn 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§
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