#[repr(C)]pub struct OstreeMutableTree { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for OstreeMutableTree
impl RefUnwindSafe for OstreeMutableTree
impl !Send for OstreeMutableTree
impl !Sync for OstreeMutableTree
impl !Unpin for OstreeMutableTree
impl UnwindSafe for OstreeMutableTree
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