pub struct GoaFiles(/* private fields */);Trait Implementations§
Auto Trait Implementations§
impl Freeze for GoaFiles
impl RefUnwindSafe for GoaFiles
impl Send for GoaFiles
impl Sync for GoaFiles
impl Unpin for GoaFiles
impl UnwindSafe for GoaFiles
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