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