pub struct RpServiceBodyHttp {
pub url: Option<Loc<String>>,
}
Fields§
§url: Option<Loc<String>>
Default URL to use for service.
Trait Implementations§
Source§impl Clone for RpServiceBodyHttp
impl Clone for RpServiceBodyHttp
Source§fn clone(&self) -> RpServiceBodyHttp
fn clone(&self) -> RpServiceBodyHttp
Returns a copy 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 RpServiceBodyHttp
impl Debug for RpServiceBodyHttp
Source§impl Default for RpServiceBodyHttp
impl Default for RpServiceBodyHttp
Source§fn default() -> RpServiceBodyHttp
fn default() -> RpServiceBodyHttp
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RpServiceBodyHttp
impl RefUnwindSafe for RpServiceBodyHttp
impl Send for RpServiceBodyHttp
impl Sync for RpServiceBodyHttp
impl Unpin for RpServiceBodyHttp
impl UnwindSafe for RpServiceBodyHttp
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