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 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 SubjectSet
impl Debug for SubjectSet
Source§impl Default for SubjectSet
impl Default for SubjectSet
Source§fn default() -> SubjectSet
fn default() -> SubjectSet
Returns the “default value” for a type. Read more
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§impl Serialize for SubjectSet
impl Serialize for SubjectSet
impl StructuralPartialEq for SubjectSet
Auto Trait Implementations§
impl Freeze for SubjectSet
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