pub struct GrantEnvelopeV2Right {
pub kind: String,
pub path: String,
pub action: String,
}Expand description
One ordered right in a GrantEnvelope v2 canonical payload.
Fields§
§kind: String§path: String§action: StringTrait Implementations§
Source§impl Clone for GrantEnvelopeV2Right
impl Clone for GrantEnvelopeV2Right
Source§fn clone(&self) -> GrantEnvelopeV2Right
fn clone(&self) -> GrantEnvelopeV2Right
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 GrantEnvelopeV2Right
impl Debug for GrantEnvelopeV2Right
impl Eq for GrantEnvelopeV2Right
Source§impl PartialEq for GrantEnvelopeV2Right
impl PartialEq for GrantEnvelopeV2Right
impl StructuralPartialEq for GrantEnvelopeV2Right
Auto Trait Implementations§
impl Freeze for GrantEnvelopeV2Right
impl RefUnwindSafe for GrantEnvelopeV2Right
impl Send for GrantEnvelopeV2Right
impl Sync for GrantEnvelopeV2Right
impl Unpin for GrantEnvelopeV2Right
impl UnsafeUnpin for GrantEnvelopeV2Right
impl UnwindSafe for GrantEnvelopeV2Right
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