pub struct InterfaceLocation(/* private fields */);Expand description
Interface variable location and component.
Implementations§
Trait Implementations§
Source§impl Clone for InterfaceLocation
impl Clone for InterfaceLocation
Source§fn clone(&self) -> InterfaceLocation
fn clone(&self) -> InterfaceLocation
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 InterfaceLocation
impl Debug for InterfaceLocation
Source§impl Default for InterfaceLocation
impl Default for InterfaceLocation
Source§fn default() -> InterfaceLocation
fn default() -> InterfaceLocation
Returns the “default value” for a type. Read more
Source§impl Display for InterfaceLocation
impl Display for InterfaceLocation
Source§impl Hash for InterfaceLocation
impl Hash for InterfaceLocation
Source§impl Ord for InterfaceLocation
impl Ord for InterfaceLocation
Source§fn cmp(&self, other: &InterfaceLocation) -> Ordering
fn cmp(&self, other: &InterfaceLocation) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for InterfaceLocation
impl PartialEq for InterfaceLocation
Source§impl PartialOrd for InterfaceLocation
impl PartialOrd for InterfaceLocation
impl Copy for InterfaceLocation
impl Eq for InterfaceLocation
impl StructuralPartialEq for InterfaceLocation
Auto Trait Implementations§
impl Freeze for InterfaceLocation
impl RefUnwindSafe for InterfaceLocation
impl Send for InterfaceLocation
impl Sync for InterfaceLocation
impl Unpin for InterfaceLocation
impl UnwindSafe for InterfaceLocation
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