Struct ory_client::models::subject_set::SubjectSet
source · pub struct SubjectSet {
pub namespace: String,
pub object: String,
pub relation: String,
}Fields§
§namespace: StringNamespace of the Subject Set
object: StringObject of the Subject Set
relation: StringRelation of the Subject Set
Implementations§
source§impl SubjectSet
impl SubjectSet
Trait Implementations§
source§impl Clone for SubjectSet
impl Clone for SubjectSet
source§fn clone(&self) -> SubjectSet
fn clone(&self) -> SubjectSet
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 SubjectSet
impl Debug for SubjectSet
source§impl<'de> Deserialize<'de> for SubjectSet
impl<'de> Deserialize<'de> for SubjectSet
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<SubjectSet> for SubjectSet
impl PartialEq<SubjectSet> for SubjectSet
source§fn eq(&self, other: &SubjectSet) -> bool
fn eq(&self, other: &SubjectSet) -> bool
This method tests for
self and other values to be equal, and is used
by ==.