Struct syn_select::Selector
source · [−]pub struct Selector { /* private fields */ }Expand description
The path provided by the user to search for.
Not all Rust paths are valid selectors; UFCS and generics are not supported.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Selector
impl Send for Selector
impl Sync for Selector
impl Unpin for Selector
impl UnwindSafe for Selector
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more