#[non_exhaustive]pub struct ResourceServerScopeDetailsBuilder { /* private fields */ }
Expand description
A builder for ResourceServerScopeDetails
.
Implementations§
source§impl ResourceServerScopeDetailsBuilder
impl ResourceServerScopeDetailsBuilder
sourcepub fn long_description(self, input: impl Into<String>) -> Self
pub fn long_description(self, input: impl Into<String>) -> Self
The description of an access scope for a resource server.
sourcepub fn set_long_description(self, input: Option<String>) -> Self
pub fn set_long_description(self, input: Option<String>) -> Self
The description of an access scope for a resource server.
sourcepub fn get_long_description(&self) -> &Option<String>
pub fn get_long_description(&self) -> &Option<String>
The description of an access scope for a resource server.
sourcepub fn detailed_title(self, input: impl Into<String>) -> Self
pub fn detailed_title(self, input: impl Into<String>) -> Self
The title of an access scope for a resource server.
sourcepub fn set_detailed_title(self, input: Option<String>) -> Self
pub fn set_detailed_title(self, input: Option<String>) -> Self
The title of an access scope for a resource server.
sourcepub fn get_detailed_title(&self) -> &Option<String>
pub fn get_detailed_title(&self) -> &Option<String>
The title of an access scope for a resource server.
sourcepub fn build(self) -> ResourceServerScopeDetails
pub fn build(self) -> ResourceServerScopeDetails
Consumes the builder and constructs a ResourceServerScopeDetails
.
Trait Implementations§
source§impl Clone for ResourceServerScopeDetailsBuilder
impl Clone for ResourceServerScopeDetailsBuilder
source§fn clone(&self) -> ResourceServerScopeDetailsBuilder
fn clone(&self) -> ResourceServerScopeDetailsBuilder
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 Default for ResourceServerScopeDetailsBuilder
impl Default for ResourceServerScopeDetailsBuilder
source§fn default() -> ResourceServerScopeDetailsBuilder
fn default() -> ResourceServerScopeDetailsBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ResourceServerScopeDetailsBuilder
impl PartialEq for ResourceServerScopeDetailsBuilder
source§fn eq(&self, other: &ResourceServerScopeDetailsBuilder) -> bool
fn eq(&self, other: &ResourceServerScopeDetailsBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ResourceServerScopeDetailsBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ResourceServerScopeDetailsBuilder
impl Send for ResourceServerScopeDetailsBuilder
impl Sync for ResourceServerScopeDetailsBuilder
impl Unpin for ResourceServerScopeDetailsBuilder
impl UnwindSafe for ResourceServerScopeDetailsBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.