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