Struct delta_sharing_server::protocol::securable::SchemaBuilder
source · pub struct SchemaBuilder { /* private fields */ }Expand description
Builder for Schema.
Implementations§
source§impl SchemaBuilder
impl SchemaBuilder
Auto Trait Implementations§
impl RefUnwindSafe for SchemaBuilder
impl Send for SchemaBuilder
impl Sync for SchemaBuilder
impl Unpin for SchemaBuilder
impl UnwindSafe for SchemaBuilder
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