pub struct KeyDescriptionOwned {
pub key: KeyOwned,
pub id: PublicKeyOwned,
pub update_rule: UpdateRule,
pub signature: Bytes,
}
Fields§
§key: KeyOwned
§id: PublicKeyOwned
§update_rule: UpdateRule
§signature: Bytes
Implementations§
Source§impl KeyDescriptionOwned
impl KeyDescriptionOwned
pub fn as_equivalent_ref(&self) -> KeyDescription<'_>
Trait Implementations§
Source§impl BoxedConstructor for KeyDescriptionOwned
impl BoxedConstructor for KeyDescriptionOwned
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 Clone for KeyDescriptionOwned
impl Clone for KeyDescriptionOwned
Source§fn clone(&self) -> KeyDescriptionOwned
fn clone(&self) -> KeyDescriptionOwned
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 KeyDescriptionOwned
impl Debug for KeyDescriptionOwned
Source§impl<'tl> TlRead<'tl> for KeyDescriptionOwned
impl<'tl> TlRead<'tl> for KeyDescriptionOwned
Auto Trait Implementations§
impl !Freeze for KeyDescriptionOwned
impl RefUnwindSafe for KeyDescriptionOwned
impl Send for KeyDescriptionOwned
impl Sync for KeyDescriptionOwned
impl Unpin for KeyDescriptionOwned
impl UnwindSafe for KeyDescriptionOwned
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