pub struct WireLocation {
pub uri: String,
pub range: WireRange,
}Fields§
§uri: String§range: WireRangeImplementations§
Trait Implementations§
Source§impl Clone for WireLocation
impl Clone for WireLocation
Source§fn clone(&self) -> WireLocation
fn clone(&self) -> WireLocation
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 WireLocation
impl Debug for WireLocation
Source§impl<'de> Deserialize<'de> for WireLocation
impl<'de> Deserialize<'de> for WireLocation
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for WireLocation
impl PartialEq for WireLocation
Source§impl Serialize for WireLocation
impl Serialize for WireLocation
impl Eq for WireLocation
impl StructuralPartialEq for WireLocation
Auto Trait Implementations§
impl Freeze for WireLocation
impl RefUnwindSafe for WireLocation
impl Send for WireLocation
impl Sync for WireLocation
impl Unpin for WireLocation
impl UnsafeUnpin for WireLocation
impl UnwindSafe for WireLocation
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