pub struct ScanNode {
pub alias: String,
pub labels: Vec<String>,
}Fields§
§alias: String§labels: Vec<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ScanNode
impl RefUnwindSafe for ScanNode
impl Send for ScanNode
impl Sync for ScanNode
impl Unpin for ScanNode
impl UnsafeUnpin for ScanNode
impl UnwindSafe for ScanNode
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