pub struct ProviderLocation {
pub provider_node_id: Option<u64>,
pub endpoint: Option<u16>,
}Fields§
§provider_node_id: Option<u64>§endpoint: Option<u16>Trait Implementations§
Source§impl Debug for ProviderLocation
impl Debug for ProviderLocation
Auto Trait Implementations§
impl Freeze for ProviderLocation
impl RefUnwindSafe for ProviderLocation
impl Send for ProviderLocation
impl Sync for ProviderLocation
impl Unpin for ProviderLocation
impl UnwindSafe for ProviderLocation
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