Struct tauri_utils::acl::resolved::ResolvedCommandReference
source · pub struct ResolvedCommandReference {
pub capability: String,
pub permission: String,
}Expand description
Metadata for what referenced a ResolvedCommand.
Fields§
§capability: StringIdentifier of the capability.
permission: StringIdentifier of the permission.
Trait Implementations§
source§impl Clone for ResolvedCommandReference
impl Clone for ResolvedCommandReference
source§fn clone(&self) -> ResolvedCommandReference
fn clone(&self) -> ResolvedCommandReference
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 Default for ResolvedCommandReference
impl Default for ResolvedCommandReference
source§fn default() -> ResolvedCommandReference
fn default() -> ResolvedCommandReference
Returns the “default value” for a type. Read more
source§impl PartialEq for ResolvedCommandReference
impl PartialEq for ResolvedCommandReference
source§fn eq(&self, other: &ResolvedCommandReference) -> bool
fn eq(&self, other: &ResolvedCommandReference) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for ResolvedCommandReference
impl StructuralPartialEq for ResolvedCommandReference
Auto Trait Implementations§
impl Freeze for ResolvedCommandReference
impl RefUnwindSafe for ResolvedCommandReference
impl Send for ResolvedCommandReference
impl Sync for ResolvedCommandReference
impl Unpin for ResolvedCommandReference
impl UnwindSafe for ResolvedCommandReference
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<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.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.