Struct ostree_sys::OstreeContentWriter
source · [−]#[repr(C)]pub struct OstreeContentWriter(_);Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for OstreeContentWriter
impl Send for OstreeContentWriter
impl Sync for OstreeContentWriter
impl Unpin for OstreeContentWriter
impl UnwindSafe for OstreeContentWriter
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