pub struct NamedSelectSource {
pub source: JoinSource,
pub alias: Option<String>,
}Fields§
§source: JoinSource§alias: Option<String>Trait Implementations§
Source§impl Clone for NamedSelectSource
impl Clone for NamedSelectSource
Source§fn clone(&self) -> NamedSelectSource
fn clone(&self) -> NamedSelectSource
Returns a duplicate of the value. Read more
1.0.0 · 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 NamedSelectSource
impl !RefUnwindSafe for NamedSelectSource
impl !Send for NamedSelectSource
impl !Sync for NamedSelectSource
impl Unpin for NamedSelectSource
impl !UnwindSafe for NamedSelectSource
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