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