pub struct ClientScope {
pub restricted_client_application: Option<Application>,
}Expand description
Client scope represents the application, etc. subject to this binding’s restrictions.
This type is not used in any activity, and only used as part of another schema.
Fields§
§restricted_client_application: Option<Application>Optional. The application that is subject to this binding’s scope.
Trait Implementations§
Source§impl Clone for ClientScope
impl Clone for ClientScope
Source§fn clone(&self) -> ClientScope
fn clone(&self) -> ClientScope
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 ClientScope
impl Debug for ClientScope
Source§impl Default for ClientScope
impl Default for ClientScope
Source§fn default() -> ClientScope
fn default() -> ClientScope
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ClientScope
impl<'de> Deserialize<'de> for ClientScope
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for ClientScope
impl Serialize for ClientScope
impl Part for ClientScope
Auto Trait Implementations§
impl Freeze for ClientScope
impl RefUnwindSafe for ClientScope
impl Send for ClientScope
impl Sync for ClientScope
impl Unpin for ClientScope
impl UnwindSafe for ClientScope
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