pub struct EncodedKeychainFeaturePoint {
pub feature_point: FeaturePoint,
pub aes_ciphertext: String,
}Fields§
§feature_point: FeaturePoint§aes_ciphertext: StringTrait Implementations§
Source§impl Clone for EncodedKeychainFeaturePoint
impl Clone for EncodedKeychainFeaturePoint
Source§fn clone(&self) -> EncodedKeychainFeaturePoint
fn clone(&self) -> EncodedKeychainFeaturePoint
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 EncodedKeychainFeaturePoint
impl Debug for EncodedKeychainFeaturePoint
Auto Trait Implementations§
impl Freeze for EncodedKeychainFeaturePoint
impl RefUnwindSafe for EncodedKeychainFeaturePoint
impl Send for EncodedKeychainFeaturePoint
impl Sync for EncodedKeychainFeaturePoint
impl Unpin for EncodedKeychainFeaturePoint
impl UnwindSafe for EncodedKeychainFeaturePoint
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