pub enum FnLocation {
Global,
Method,
}Variants§
Trait Implementations§
Source§impl Clone for FnLocation
impl Clone for FnLocation
Source§fn clone(&self) -> FnLocation
fn clone(&self) -> FnLocation
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 moreSource§impl Debug for FnLocation
impl Debug for FnLocation
Source§impl PartialEq for FnLocation
impl PartialEq for FnLocation
impl Copy for FnLocation
impl Eq for FnLocation
impl StructuralPartialEq for FnLocation
Auto Trait Implementations§
impl Freeze for FnLocation
impl RefUnwindSafe for FnLocation
impl Send for FnLocation
impl Sync for FnLocation
impl Unpin for FnLocation
impl UnwindSafe for FnLocation
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