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