pub struct PlatformFileBuilder { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for PlatformFileBuilder
impl Clone for PlatformFileBuilder
Source§impl Debug for PlatformFileBuilder
impl Debug for PlatformFileBuilder
Auto Trait Implementations§
impl !Freeze for PlatformFileBuilder
impl RefUnwindSafe for PlatformFileBuilder
impl Send for PlatformFileBuilder
impl Sync for PlatformFileBuilder
impl Unpin for PlatformFileBuilder
impl UnsafeUnpin for PlatformFileBuilder
impl UnwindSafe for PlatformFileBuilder
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