pub enum StScope {
Selection,
Data,
Field,
}Expand description
18.18.67
Variants§
Trait Implementations§
impl Eq for StScope
impl StructuralPartialEq for StScope
Auto Trait Implementations§
impl Freeze for StScope
impl RefUnwindSafe for StScope
impl Send for StScope
impl Sync for StScope
impl Unpin for StScope
impl UnwindSafe for StScope
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