pub struct PlatformFileBuilder { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for PlatformFileBuilder
impl Clone for PlatformFileBuilder
Source§fn clone(&self) -> PlatformFileBuilder
fn clone(&self) -> PlatformFileBuilder
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PlatformFileBuilder
impl Debug for PlatformFileBuilder
Source§impl Default for PlatformFileBuilder
impl Default for PlatformFileBuilder
Source§fn default() -> PlatformFileBuilder
fn default() -> PlatformFileBuilder
Returns the “default value” for a type. Read more
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