pub struct SlackAppManifestDisplayInformationInit {
pub name: String,
}
Fields§
§name: String
Trait Implementations§
source§impl From<SlackAppManifestDisplayInformationInit> for SlackAppManifestDisplayInformation
impl From<SlackAppManifestDisplayInformationInit> for SlackAppManifestDisplayInformation
source§fn 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§
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