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