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 for SubjectSet
impl PartialEq 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 ==.source§impl Serialize for SubjectSet
impl Serialize for SubjectSet
impl StructuralPartialEq for SubjectSet
Auto Trait Implementations§
impl RefUnwindSafe for SubjectSet
impl Send for SubjectSet
impl Sync for SubjectSet
impl Unpin for SubjectSet
impl UnwindSafe for SubjectSet
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