pub struct HttpMountDetails {
pub path_prefix: Vec<PathSegment>,
pub auth_details: Option<AuthDetails>,
pub phantom_agent: bool,
pub cors_options: CorsOptions,
pub webhook_suffix: Vec<PathSegment>,
}Fields§
§path_prefix: Vec<PathSegment>§auth_details: Option<AuthDetails>§phantom_agent: bool§cors_options: CorsOptions§webhook_suffix: Vec<PathSegment>Trait Implementations§
Source§impl Clone for HttpMountDetails
impl Clone for HttpMountDetails
Source§fn clone(&self) -> HttpMountDetails
fn clone(&self) -> HttpMountDetails
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for HttpMountDetails
impl RefUnwindSafe for HttpMountDetails
impl Send for HttpMountDetails
impl Sync for HttpMountDetails
impl Unpin for HttpMountDetails
impl UnsafeUnpin for HttpMountDetails
impl UnwindSafe for HttpMountDetails
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