pub struct UnsupportedTransport {
transport_url: Url,
}
Fields§
§transport_url: Url
Implementations§
source§impl UnsupportedTransport
impl UnsupportedTransport
pub fn new(transport_url: Url) -> Self
fn result<T: Sized + ConditionalSend + 'static>(&self) -> TryEnvFuture<T>
Trait Implementations§
source§impl AddonTransport for UnsupportedTransport
impl AddonTransport for UnsupportedTransport
fn resource(&self, _path: &ResourcePath) -> TryEnvFuture<ResourceResponse>
fn manifest(&self) -> TryEnvFuture<Manifest>
Auto Trait Implementations§
impl Freeze for UnsupportedTransport
impl RefUnwindSafe for UnsupportedTransport
impl Send for UnsupportedTransport
impl Sync for UnsupportedTransport
impl Unpin for UnsupportedTransport
impl UnwindSafe for UnsupportedTransport
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