FileInfoQuery

Type Alias FileInfoQuery 

Source
pub type FileInfoQuery = Query<FileInfoQueryData>;
Expand description

Get all the information about a file.

Aliased Type§

pub struct FileInfoQuery { /* private fields */ }

Implementations§

Source§

impl FileInfoQuery

Source

pub fn get_file_id(&self) -> Option<FileId>

Returns the ID of the file for which information is requested.

Source

pub fn file_id(&mut self, id: impl Into<FileId>) -> &mut Self

Sets the ID of the file for which information is requested.