pub(crate) struct PingArgs {
pub url: Option<String>,
}Expand description
One-shot INIT / SUB / PUB / MSG against OWP.
Fields§
§url: Option<String>Trait Implementations§
impl StructuralPartialEq for PingArgs
Auto Trait Implementations§
impl Freeze for PingArgs
impl RefUnwindSafe for PingArgs
impl Send for PingArgs
impl Sync for PingArgs
impl Unpin for PingArgs
impl UnwindSafe for PingArgs
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