Struct ory_client::models::project_services::ProjectServices
source · pub struct ProjectServices {
pub identity: Option<Box<ProjectServiceIdentity>>,
pub oauth2: Option<Box<ProjectServiceOAuth2>>,
pub permission: Option<Box<ProjectServicePermission>>,
}Fields§
§identity: Option<Box<ProjectServiceIdentity>>§oauth2: Option<Box<ProjectServiceOAuth2>>§permission: Option<Box<ProjectServicePermission>>Implementations§
source§impl ProjectServices
impl ProjectServices
pub fn new() -> ProjectServices
Trait Implementations§
source§impl Clone for ProjectServices
impl Clone for ProjectServices
source§fn clone(&self) -> ProjectServices
fn clone(&self) -> ProjectServices
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 Debug for ProjectServices
impl Debug for ProjectServices
source§impl Default for ProjectServices
impl Default for ProjectServices
source§impl<'de> Deserialize<'de> for ProjectServices
impl<'de> Deserialize<'de> for ProjectServices
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 PartialEq for ProjectServices
impl PartialEq for ProjectServices
source§fn eq(&self, other: &ProjectServices) -> bool
fn eq(&self, other: &ProjectServices) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for ProjectServices
impl Serialize for ProjectServices
impl StructuralPartialEq for ProjectServices
Auto Trait Implementations§
impl RefUnwindSafe for ProjectServices
impl Send for ProjectServices
impl Sync for ProjectServices
impl Unpin for ProjectServices
impl UnwindSafe for ProjectServices
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