pub struct SlackFileUnsharedEventInit {
pub file_id: SlackFileId,
}
Fields§
§file_id: SlackFileId
Trait Implementations§
source§fn from(value: SlackFileUnsharedEventInit) -> Self
fn from(value: SlackFileUnsharedEventInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
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