pub struct GroupKeyPart {
pub field: String,
pub value: Option<String>,
}Expand description
One field of a resolved group key.
Fields§
§field: String§value: Option<String>Trait Implementations§
Source§impl Clone for GroupKeyPart
impl Clone for GroupKeyPart
Source§fn clone(&self) -> GroupKeyPart
fn clone(&self) -> GroupKeyPart
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GroupKeyPart
impl Debug for GroupKeyPart
Auto Trait Implementations§
impl Freeze for GroupKeyPart
impl RefUnwindSafe for GroupKeyPart
impl Send for GroupKeyPart
impl Sync for GroupKeyPart
impl Unpin for GroupKeyPart
impl UnsafeUnpin for GroupKeyPart
impl UnwindSafe for GroupKeyPart
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