pub struct SlackApiFilesCompleteInit {
pub id: SlackFileId,
}
Fields§
§id: SlackFileId
Trait Implementations§
Source§impl From<SlackApiFilesCompleteInit> for SlackApiFilesComplete
impl From<SlackApiFilesCompleteInit> for SlackApiFilesComplete
Source§fn from(value: SlackApiFilesCompleteInit) -> Self
fn from(value: SlackApiFilesCompleteInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SlackApiFilesCompleteInit
impl RefUnwindSafe for SlackApiFilesCompleteInit
impl Send for SlackApiFilesCompleteInit
impl Sync for SlackApiFilesCompleteInit
impl Unpin for SlackApiFilesCompleteInit
impl UnwindSafe for SlackApiFilesCompleteInit
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