pub struct HostLinkAddress;Implementations§
Source§impl HostLinkAddress
impl HostLinkAddress
pub fn parse(text: &str) -> Result<KvDeviceAddress, HostLinkError>
pub fn try_parse(text: &str) -> Option<KvDeviceAddress>
pub fn format(address: &KvDeviceAddress) -> Result<String, HostLinkError>
pub fn normalize(text: &str) -> Result<String, HostLinkError>
pub fn parse_logical(text: &str) -> Result<KvLogicalAddress, HostLinkError>
pub fn try_parse_logical(text: &str) -> Option<KvLogicalAddress>
pub fn normalize_logical(text: &str) -> Result<String, HostLinkError>
Auto Trait Implementations§
impl Freeze for HostLinkAddress
impl RefUnwindSafe for HostLinkAddress
impl Send for HostLinkAddress
impl Sync for HostLinkAddress
impl Unpin for HostLinkAddress
impl UnsafeUnpin for HostLinkAddress
impl UnwindSafe for HostLinkAddress
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