pub struct UriProtocol {
pub protocol: String,
pub description: String,
pub command: String,
}
Fields§
§protocol: String
§description: String
§command: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UriProtocol
impl RefUnwindSafe for UriProtocol
impl Send for UriProtocol
impl Sync for UriProtocol
impl Unpin for UriProtocol
impl UnwindSafe for UriProtocol
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