Struct oci_spec::runtime::RootBuilder
source · pub struct RootBuilder { /* private fields */ }
Expand description
Builder for Root
.
Implementations§
source§impl RootBuilder
impl RootBuilder
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RootBuilder
impl RefUnwindSafe for RootBuilder
impl Send for RootBuilder
impl Sync for RootBuilder
impl Unpin for RootBuilder
impl UnwindSafe for RootBuilder
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