pub struct DatasourceHandle {
pub name: String,
pub provider: String,
/* private fields */
}Fields§
§name: String§provider: StringImplementations§
Trait Implementations§
Source§impl Clone for DatasourceHandle
impl Clone for DatasourceHandle
Source§fn clone(&self) -> DatasourceHandle
fn clone(&self) -> DatasourceHandle
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !RefUnwindSafe for DatasourceHandle
impl !UnwindSafe for DatasourceHandle
impl Freeze for DatasourceHandle
impl Send for DatasourceHandle
impl Sync for DatasourceHandle
impl Unpin for DatasourceHandle
impl UnsafeUnpin for DatasourceHandle
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