pub struct DescriptorKeysData {
pub key_type: Option<u64>,
pub key_name: Option<String>,
}
Fields§
§key_type: Option<u64>
§key_name: Option<String>
Implementations§
Source§impl DescriptorKeysData
impl DescriptorKeysData
pub fn to_vec(&self) -> Vec<(&'static str, ProtobufValue)>
Trait Implementations§
Source§impl Clone for DescriptorKeysData
impl Clone for DescriptorKeysData
Source§fn clone(&self) -> DescriptorKeysData
fn clone(&self) -> DescriptorKeysData
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for DescriptorKeysData
impl RefUnwindSafe for DescriptorKeysData
impl Send for DescriptorKeysData
impl Sync for DescriptorKeysData
impl Unpin for DescriptorKeysData
impl UnwindSafe for DescriptorKeysData
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