pub struct KeyUpdatedBuilder { /* private fields */ }Expand description
Builder for KeyUpdated.
Implementations§
Source§impl KeyUpdatedBuilder
impl KeyUpdatedBuilder
pub fn key_type<VALUE: Into<KeyType>>(&mut self, value: VALUE) -> &mut Self
pub fn old<VALUE: Into<HexString>>(&mut self, value: VALUE) -> &mut Self
pub fn new<VALUE: Into<HexString>>(&mut self, value: VALUE) -> &mut Self
Sourcepub fn key_phase<VALUE: Into<u64>>(&mut self, value: VALUE) -> &mut Self
pub fn key_phase<VALUE: Into<u64>>(&mut self, value: VALUE) -> &mut Self
needed for 1RTT key updates
pub fn trigger<VALUE: Into<KeyUpdatedTrigger>>( &mut self, value: VALUE, ) -> &mut Self
Source§impl KeyUpdatedBuilder
impl KeyUpdatedBuilder
pub fn build(&mut self) -> KeyUpdated
Trait Implementations§
Source§impl Clone for KeyUpdatedBuilder
impl Clone for KeyUpdatedBuilder
Source§fn clone(&self) -> KeyUpdatedBuilder
fn clone(&self) -> KeyUpdatedBuilder
Returns a copy 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 moreAuto Trait Implementations§
impl !Freeze for KeyUpdatedBuilder
impl RefUnwindSafe for KeyUpdatedBuilder
impl Send for KeyUpdatedBuilder
impl Sync for KeyUpdatedBuilder
impl Unpin for KeyUpdatedBuilder
impl UnwindSafe for KeyUpdatedBuilder
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