pub struct SlackAppManifestFeaturesBotUserInit {
pub display_name: String,
pub always_online: bool,
}
Fields§
§display_name: String
§always_online: bool
Trait Implementations§
source§impl From<SlackAppManifestFeaturesBotUserInit> for SlackAppManifestFeaturesBotUser
impl From<SlackAppManifestFeaturesBotUserInit> for SlackAppManifestFeaturesBotUser
source§fn from(value: SlackAppManifestFeaturesBotUserInit) -> Self
fn from(value: SlackAppManifestFeaturesBotUserInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for SlackAppManifestFeaturesBotUserInit
impl Send for SlackAppManifestFeaturesBotUserInit
impl Sync for SlackAppManifestFeaturesBotUserInit
impl Unpin for SlackAppManifestFeaturesBotUserInit
impl UnwindSafe for SlackAppManifestFeaturesBotUserInit
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