pub struct RbacApiClientOptions {
pub base_url: String,
pub authorization: Option<String>,
pub headers: Vec<(String, String)>,
}Fields§
§base_url: String§headers: Vec<(String, String)>Trait Implementations§
Source§impl Clone for RbacApiClientOptions
impl Clone for RbacApiClientOptions
Source§fn clone(&self) -> RbacApiClientOptions
fn clone(&self) -> RbacApiClientOptions
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 RbacApiClientOptions
impl RefUnwindSafe for RbacApiClientOptions
impl Send for RbacApiClientOptions
impl Sync for RbacApiClientOptions
impl Unpin for RbacApiClientOptions
impl UnsafeUnpin for RbacApiClientOptions
impl UnwindSafe for RbacApiClientOptions
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