pub enum GenericVarScope {
Type,
Method,
}Variants§
Trait Implementations§
Source§impl Clone for GenericVarScope
impl Clone for GenericVarScope
Source§fn clone(&self) -> GenericVarScope
fn clone(&self) -> GenericVarScope
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 moreimpl Copy for GenericVarScope
Auto Trait Implementations§
impl Freeze for GenericVarScope
impl RefUnwindSafe for GenericVarScope
impl Send for GenericVarScope
impl Sync for GenericVarScope
impl Unpin for GenericVarScope
impl UnwindSafe for GenericVarScope
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