pub struct KeyDescription<'tl> {
pub key: Key<'tl>,
pub id: PublicKey<'tl>,
pub update_rule: UpdateRule,
pub signature: &'tl [u8],
}
Fields§
§key: Key<'tl>
§id: PublicKey<'tl>
§update_rule: UpdateRule
§signature: &'tl [u8]
Implementations§
Source§impl KeyDescription<'_>
impl KeyDescription<'_>
pub fn as_equivalent_owned(&self) -> KeyDescriptionOwned
Trait Implementations§
Source§impl BoxedConstructor for KeyDescription<'_>
impl BoxedConstructor for KeyDescription<'_>
Source§fn as_boxed(&self) -> BoxedWrapper<&Self>
fn as_boxed(&self) -> BoxedWrapper<&Self>
Wraps bare type reference into
BoxedWrapper
.Source§fn into_boxed(self) -> BoxedWrapper<Self>
fn into_boxed(self) -> BoxedWrapper<Self>
Converts bare type into
BoxedWrapper
.Source§impl<'tl> Clone for KeyDescription<'tl>
impl<'tl> Clone for KeyDescription<'tl>
Source§fn clone(&self) -> KeyDescription<'tl>
fn clone(&self) -> KeyDescription<'tl>
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<'tl> Debug for KeyDescription<'tl>
impl<'tl> Debug for KeyDescription<'tl>
Source§impl<'tl> TlRead<'tl> for KeyDescription<'tl>
impl<'tl> TlRead<'tl> for KeyDescription<'tl>
Source§impl<'tl> TlWrite for KeyDescription<'tl>
impl<'tl> TlWrite for KeyDescription<'tl>
impl<'tl> Copy for KeyDescription<'tl>
Auto Trait Implementations§
impl<'tl> Freeze for KeyDescription<'tl>
impl<'tl> RefUnwindSafe for KeyDescription<'tl>
impl<'tl> Send for KeyDescription<'tl>
impl<'tl> Sync for KeyDescription<'tl>
impl<'tl> Unpin for KeyDescription<'tl>
impl<'tl> UnwindSafe for KeyDescription<'tl>
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