Struct cyfs_util::gateway::GatewayQuery
source · [−]pub struct GatewayQuery { /* private fields */ }Implementations
sourceimpl GatewayQuery
impl GatewayQuery
pub fn new() -> Self
pub async fn query_assoc_peerid(
&self,
protocol: &str,
port: u16
) -> Result<ObjectId, BuckyError>
Auto Trait Implementations
impl RefUnwindSafe for GatewayQuery
impl Send for GatewayQuery
impl Sync for GatewayQuery
impl Unpin for GatewayQuery
impl UnwindSafe for GatewayQuery
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more