pub struct GetGwApiV1EnumerationsEnumerationtypeRequestPath {
pub enumeration_type: String,
}Fields§
§enumeration_type: StringTrait Implementations§
Source§impl Clone for GetGwApiV1EnumerationsEnumerationtypeRequestPath
impl Clone for GetGwApiV1EnumerationsEnumerationtypeRequestPath
Source§fn clone(&self) -> GetGwApiV1EnumerationsEnumerationtypeRequestPath
fn clone(&self) -> GetGwApiV1EnumerationsEnumerationtypeRequestPath
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 PartialEq for GetGwApiV1EnumerationsEnumerationtypeRequestPath
impl PartialEq for GetGwApiV1EnumerationsEnumerationtypeRequestPath
Source§fn eq(&self, other: &GetGwApiV1EnumerationsEnumerationtypeRequestPath) -> bool
fn eq(&self, other: &GetGwApiV1EnumerationsEnumerationtypeRequestPath) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl<'v_a> ValidateArgs<'v_a> for GetGwApiV1EnumerationsEnumerationtypeRequestPath
impl<'v_a> ValidateArgs<'v_a> for GetGwApiV1EnumerationsEnumerationtypeRequestPath
impl StructuralPartialEq for GetGwApiV1EnumerationsEnumerationtypeRequestPath
Auto Trait Implementations§
impl Freeze for GetGwApiV1EnumerationsEnumerationtypeRequestPath
impl RefUnwindSafe for GetGwApiV1EnumerationsEnumerationtypeRequestPath
impl Send for GetGwApiV1EnumerationsEnumerationtypeRequestPath
impl Sync for GetGwApiV1EnumerationsEnumerationtypeRequestPath
impl Unpin for GetGwApiV1EnumerationsEnumerationtypeRequestPath
impl UnsafeUnpin for GetGwApiV1EnumerationsEnumerationtypeRequestPath
impl UnwindSafe for GetGwApiV1EnumerationsEnumerationtypeRequestPath
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