Struct gio::IOExtensionPointBuilder
source · [−]pub struct IOExtensionPointBuilder<'a> { /* private fields */ }
Expand description
Builder for extension points.
Implementations
sourceimpl<'a> IOExtensionPointBuilder<'a>
impl<'a> IOExtensionPointBuilder<'a>
pub fn required_type(self, required_type: Type) -> Self
pub fn build(self) -> IOExtensionPoint
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for IOExtensionPointBuilder<'a>
impl<'a> Send for IOExtensionPointBuilder<'a>
impl<'a> Sync for IOExtensionPointBuilder<'a>
impl<'a> Unpin for IOExtensionPointBuilder<'a>
impl<'a> UnwindSafe for IOExtensionPointBuilder<'a>
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