Struct ostree_sys::OstreeMutableTree
source · #[repr(C)]pub struct OstreeMutableTree { /* private fields */ }Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for OstreeMutableTree
impl !Send for OstreeMutableTree
impl !Sync for OstreeMutableTree
impl !Unpin for OstreeMutableTree
impl UnwindSafe for OstreeMutableTree
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more