pub enum SessionProperty {
Database(String),
}Expand description
A session property that can be modified.
Variants§
Auto Trait Implementations§
impl Freeze for SessionProperty
impl RefUnwindSafe for SessionProperty
impl Send for SessionProperty
impl Sync for SessionProperty
impl Unpin for SessionProperty
impl UnsafeUnpin for SessionProperty
impl UnwindSafe for SessionProperty
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