Struct ExGetAsText
pub struct ExGetAsText<'a> { /* private fields */ }
Expand description
Default-param extender for FileAccess::get_as_text_ex
.
Implementations§
§impl<'a> ExGetAsText<'a>
impl<'a> ExGetAsText<'a>
pub fn skip_cr(self, value: bool) -> ExGetAsText<'a>
pub fn done(self) -> GString
Auto Trait Implementations§
impl<'a> Freeze for ExGetAsText<'a>
impl<'a> RefUnwindSafe for ExGetAsText<'a>
impl<'a> !Send for ExGetAsText<'a>
impl<'a> !Sync for ExGetAsText<'a>
impl<'a> Unpin for ExGetAsText<'a>
impl<'a> UnwindSafe for ExGetAsText<'a>
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