Struct get_all_uri_protocols::UriProtocol
source · [−]Fields
protocol: String
description: String
command: String
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for UriProtocol
impl Send for UriProtocol
impl Sync for UriProtocol
impl Unpin for UriProtocol
impl UnwindSafe for UriProtocol
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