Struct gmime::File [−]
Methods
impl File
[−]
impl File
pub fn new_for_commandline_arg(arg: &str) -> File
pub fn new_for_commandline_arg(arg: &str) -> File
pub fn new_for_path<P>(path: P) -> File where
P: AsRef<Path>,
pub fn new_for_path<P>(path: P) -> File where
P: AsRef<Path>,
pub fn new_for_uri(uri: &str) -> File
pub fn new_for_uri(uri: &str) -> File
pub fn new_tmp<P>(tmpl: P) -> Result<(File, FileIOStream), Error> where
P: AsRef<Path>,
pub fn new_tmp<P>(tmpl: P) -> Result<(File, FileIOStream), Error> where
P: AsRef<Path>,
pub fn parse_name(parse_name: &str) -> Option<File>
pub fn parse_name(parse_name: &str) -> Option<File>
Trait Implementations
impl Hash for File
[+]
impl Hash for File
impl Eq for File
impl Eq for File
impl Clone for File
[+]
impl Clone for File
impl Debug for File
[+]
impl Debug for File
impl StaticType for File
[+]
impl StaticType for File
impl IsA<Object> for File
impl IsA<Object> for File
impl<T> PartialEq<T> for File where
T: IsA<Object>,
[+]
impl<T> PartialEq<T> for File where
T: IsA<Object>,