pub struct DatasetRef {
pub namespace: String,
pub name: String,
}Expand description
A source/sink dataset identity.
Fields§
§namespace: String§name: StringTrait Implementations§
Source§impl Clone for DatasetRef
impl Clone for DatasetRef
Source§fn clone(&self) -> DatasetRef
fn clone(&self) -> DatasetRef
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 Freeze for DatasetRef
impl RefUnwindSafe for DatasetRef
impl Send for DatasetRef
impl Sync for DatasetRef
impl Unpin for DatasetRef
impl UnsafeUnpin for DatasetRef
impl UnwindSafe for DatasetRef
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