Struct glib::object::ObjectBuilder
source · [−]pub struct ObjectBuilder<'a, O> { /* private fields */ }
Implementations
Auto Trait Implementations
impl<'a, O> RefUnwindSafe for ObjectBuilder<'a, O> where
O: RefUnwindSafe,
impl<'a, O> !Send for ObjectBuilder<'a, O>
impl<'a, O> !Sync for ObjectBuilder<'a, O>
impl<'a, O> Unpin for ObjectBuilder<'a, O> where
O: Unpin,
impl<'a, O> UnwindSafe for ObjectBuilder<'a, O> where
O: UnwindSafe,
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