pub struct EndpointDescription { /* private fields */ }
Implementations§
Source§impl EndpointDescription
impl EndpointDescription
pub fn new_unchecked(str: &str) -> Self
pub fn query_url(&self) -> &IriS
pub fn prefixmap(&self) -> &PrefixMap
pub fn with_prefixmap(self, prefixmap: PrefixMap) -> Self
pub fn add_prefixmap(&mut self, prefixmap: PrefixMap)
Trait Implementations§
Source§impl Clone for EndpointDescription
impl Clone for EndpointDescription
Source§fn clone(&self) -> EndpointDescription
fn clone(&self) -> EndpointDescription
Returns a copy 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 EndpointDescription
impl Debug for EndpointDescription
Source§impl<'de> Deserialize<'de> for EndpointDescription
impl<'de> Deserialize<'de> for EndpointDescription
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 FromStr for EndpointDescription
impl FromStr for EndpointDescription
Source§impl PartialEq for EndpointDescription
impl PartialEq for EndpointDescription
Source§impl Serialize for EndpointDescription
impl Serialize for EndpointDescription
impl StructuralPartialEq for EndpointDescription
Auto Trait Implementations§
impl Freeze for EndpointDescription
impl RefUnwindSafe for EndpointDescription
impl Send for EndpointDescription
impl Sync for EndpointDescription
impl Unpin for EndpointDescription
impl UnwindSafe for EndpointDescription
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