pub struct SupportedUniqueKeySet {
pub key_names: Vec<String>,
}Fields§
§key_names: Vec<String>Trait Implementations§
Source§impl Clone for SupportedUniqueKeySet
impl Clone for SupportedUniqueKeySet
Source§fn clone(&self) -> SupportedUniqueKeySet
fn clone(&self) -> SupportedUniqueKeySet
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 SupportedUniqueKeySet
impl Debug for SupportedUniqueKeySet
Source§impl Default for SupportedUniqueKeySet
impl Default for SupportedUniqueKeySet
Source§fn default() -> SupportedUniqueKeySet
fn default() -> SupportedUniqueKeySet
Returns the “default value” for a type. Read more
Source§impl<'a> MessageRead<'a> for SupportedUniqueKeySet
impl<'a> MessageRead<'a> for SupportedUniqueKeySet
Source§fn from_reader(r: &mut BytesReader, bytes: &'a [u8]) -> Result<Self>
fn from_reader(r: &mut BytesReader, bytes: &'a [u8]) -> Result<Self>
Constructs an instance of
Self by reading from the given bytes
via the given reader. Read moreSource§impl MessageWrite for SupportedUniqueKeySet
impl MessageWrite for SupportedUniqueKeySet
Source§impl PartialEq for SupportedUniqueKeySet
impl PartialEq for SupportedUniqueKeySet
Source§impl Serialize for SupportedUniqueKeySet
impl Serialize for SupportedUniqueKeySet
impl StructuralPartialEq for SupportedUniqueKeySet
Auto Trait Implementations§
impl Freeze for SupportedUniqueKeySet
impl RefUnwindSafe for SupportedUniqueKeySet
impl Send for SupportedUniqueKeySet
impl Sync for SupportedUniqueKeySet
impl Unpin for SupportedUniqueKeySet
impl UnwindSafe for SupportedUniqueKeySet
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