Struct ostree_sys::OstreeMutableTree
source · [−]#[repr(C)]pub struct OstreeMutableTree(_);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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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