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