pub struct WorkosOptions { /* private fields */ }Implementations§
Source§impl WorkosOptions
impl WorkosOptions
Sourcepub fn builder() -> WorkosOptionsBuilder
pub fn builder() -> WorkosOptionsBuilder
Create an instance of WorkosOptions using the builder syntax
Trait Implementations§
Source§impl Clone for WorkosOptions
impl Clone for WorkosOptions
Source§fn clone(&self) -> WorkosOptions
fn clone(&self) -> WorkosOptions
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 WorkosOptions
impl RefUnwindSafe for WorkosOptions
impl Send for WorkosOptions
impl Sync for WorkosOptions
impl Unpin for WorkosOptions
impl UnsafeUnpin for WorkosOptions
impl UnwindSafe for WorkosOptions
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