Struct slack_morphism::prelude::events::SlackFilePublicEventInit
source · pub struct SlackFilePublicEventInit {
pub file_id: SlackFileId,
}
Fields§
§file_id: SlackFileId
Trait Implementations§
source§impl From<SlackFilePublicEventInit> for SlackFilePublicEvent
impl From<SlackFilePublicEventInit> for SlackFilePublicEvent
source§fn from(value: SlackFilePublicEventInit) -> Self
fn from(value: SlackFilePublicEventInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for SlackFilePublicEventInit
impl Send for SlackFilePublicEventInit
impl Sync for SlackFilePublicEventInit
impl Unpin for SlackFilePublicEventInit
impl UnwindSafe for SlackFilePublicEventInit
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