pub struct RevokeMemberCommand {
pub org_prefix: String,
pub member_did: String,
pub public_key_hex: String,
}Expand description
Command to revoke an existing org member.
Fields§
§org_prefix: StringKERI method-specific ID of the org (e.g. EOrg1234567890).
member_did: StringFull DID of the member to revoke.
public_key_hex: StringHex-encoded device public key of the signing admin.
Auto Trait Implementations§
impl Freeze for RevokeMemberCommand
impl RefUnwindSafe for RevokeMemberCommand
impl Send for RevokeMemberCommand
impl Sync for RevokeMemberCommand
impl Unpin for RevokeMemberCommand
impl UnsafeUnpin for RevokeMemberCommand
impl UnwindSafe for RevokeMemberCommand
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