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