pub struct RestProtocol {
pub base_path: &'static str,
pub auth: Vec<&'static str>,
pub content_type: &'static str,
}Fields§
§base_path: &'static str§auth: Vec<&'static str>§content_type: &'static strTrait Implementations§
Source§impl Debug for RestProtocol
impl Debug for RestProtocol
Auto Trait Implementations§
impl Freeze for RestProtocol
impl RefUnwindSafe for RestProtocol
impl Send for RestProtocol
impl Sync for RestProtocol
impl Unpin for RestProtocol
impl UnsafeUnpin for RestProtocol
impl UnwindSafe for RestProtocol
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