pub struct SubjectRef { /* private fields */ }Expand description
Opaque application subject identifier.
Implementations§
Trait Implementations§
Source§impl Clone for SubjectRef
impl Clone for SubjectRef
Source§fn clone(&self) -> SubjectRef
fn clone(&self) -> SubjectRef
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SubjectRef
impl Debug for SubjectRef
Source§impl<'de> Deserialize<'de> for SubjectRef
impl<'de> Deserialize<'de> for SubjectRef
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
impl Eq for SubjectRef
Source§impl Hash for SubjectRef
impl Hash for SubjectRef
Source§impl Ord for SubjectRef
impl Ord for SubjectRef
Source§fn cmp(&self, other: &SubjectRef) -> Ordering
fn cmp(&self, other: &SubjectRef) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SubjectRef
impl PartialEq for SubjectRef
Source§impl PartialOrd for SubjectRef
impl PartialOrd for SubjectRef
Source§impl Serialize for SubjectRef
impl Serialize for SubjectRef
impl StructuralPartialEq for SubjectRef
Auto Trait Implementations§
impl Freeze for SubjectRef
impl RefUnwindSafe for SubjectRef
impl Send for SubjectRef
impl Sync for SubjectRef
impl Unpin for SubjectRef
impl UnsafeUnpin for SubjectRef
impl UnwindSafe for SubjectRef
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