pub struct RevocationId { /* private fields */ }Expand description
A revocation identifier for a Biscuit token block
Implementations§
Source§impl RevocationId
impl RevocationId
Sourcepub fn from_hex(hex_str: &str) -> Result<Self, FromHexError>
pub fn from_hex(hex_str: &str) -> Result<Self, FromHexError>
Create a RevocationId from a hex string
Trait Implementations§
Source§impl Clone for RevocationId
impl Clone for RevocationId
Source§fn clone(&self) -> RevocationId
fn clone(&self) -> RevocationId
Returns a duplicate 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 Debug for RevocationId
impl Debug for RevocationId
Source§impl Display for RevocationId
impl Display for RevocationId
Source§impl PartialEq for RevocationId
impl PartialEq for RevocationId
impl Eq for RevocationId
impl StructuralPartialEq for RevocationId
Auto Trait Implementations§
impl Freeze for RevocationId
impl RefUnwindSafe for RevocationId
impl Send for RevocationId
impl Sync for RevocationId
impl Unpin for RevocationId
impl UnwindSafe for RevocationId
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