pub struct CapabilityRequest {
pub id: CapabilityId,
pub reason: Option<String>,
}Fields§
§id: CapabilityId§reason: Option<String>Implementations§
Source§impl CapabilityRequest
impl CapabilityRequest
pub fn new(id: impl Into<CapabilityId>) -> Self
pub fn with_reason( id: impl Into<CapabilityId>, reason: impl Into<String>, ) -> Self
Trait Implementations§
Source§impl Clone for CapabilityRequest
impl Clone for CapabilityRequest
Source§fn clone(&self) -> CapabilityRequest
fn clone(&self) -> CapabilityRequest
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 CapabilityRequest
impl Debug for CapabilityRequest
Source§impl<'de> Deserialize<'de> for CapabilityRequest
impl<'de> Deserialize<'de> for CapabilityRequest
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 CapabilityRequest
Source§impl Hash for CapabilityRequest
impl Hash for CapabilityRequest
Source§impl Ord for CapabilityRequest
impl Ord for CapabilityRequest
Source§fn cmp(&self, other: &CapabilityRequest) -> Ordering
fn cmp(&self, other: &CapabilityRequest) -> 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 CapabilityRequest
impl PartialEq for CapabilityRequest
Source§fn eq(&self, other: &CapabilityRequest) -> bool
fn eq(&self, other: &CapabilityRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for CapabilityRequest
impl PartialOrd for CapabilityRequest
Source§impl Serialize for CapabilityRequest
impl Serialize for CapabilityRequest
impl StructuralPartialEq for CapabilityRequest
Auto Trait Implementations§
impl Freeze for CapabilityRequest
impl RefUnwindSafe for CapabilityRequest
impl Send for CapabilityRequest
impl Sync for CapabilityRequest
impl Unpin for CapabilityRequest
impl UnsafeUnpin for CapabilityRequest
impl UnwindSafe for CapabilityRequest
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.