pub struct RemoteUrlPattern(/* private fields */);
Expand description
UrlPattern for ExecutionContext::Remote
.
Implementations§
Trait Implementations§
Source§impl Clone for RemoteUrlPattern
impl Clone for RemoteUrlPattern
Source§fn clone(&self) -> RemoteUrlPattern
fn clone(&self) -> RemoteUrlPattern
Returns a duplicate 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 RemoteUrlPattern
impl Debug for RemoteUrlPattern
Source§impl FromStr for RemoteUrlPattern
impl FromStr for RemoteUrlPattern
Source§impl PartialEq for RemoteUrlPattern
impl PartialEq for RemoteUrlPattern
impl Eq for RemoteUrlPattern
Auto Trait Implementations§
impl Freeze for RemoteUrlPattern
impl RefUnwindSafe for RemoteUrlPattern
impl Send for RemoteUrlPattern
impl Sync for RemoteUrlPattern
impl Unpin for RemoteUrlPattern
impl UnwindSafe for RemoteUrlPattern
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