pub struct KytAddressIdentification { /* private fields */ }Implementations§
Source§impl KytAddressIdentification
impl KytAddressIdentification
pub fn address_name<T>(self, value: T) -> Self
pub fn category_id<T>(self, value: T) -> Self
pub fn description<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for KytAddressIdentification
impl Clone for KytAddressIdentification
Source§fn clone(&self) -> KytAddressIdentification
fn clone(&self) -> KytAddressIdentification
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 KytAddressIdentification
impl Debug for KytAddressIdentification
Source§impl Default for KytAddressIdentification
impl Default for KytAddressIdentification
Source§impl From<KytAddressIdentification> for KytAddressIdentification
impl From<KytAddressIdentification> for KytAddressIdentification
Source§fn from(value: KytAddressIdentification) -> Self
fn from(value: KytAddressIdentification) -> Self
Converts to this type from the input type.
Source§impl TryFrom<KytAddressIdentification> for KytAddressIdentification
impl TryFrom<KytAddressIdentification> for KytAddressIdentification
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: KytAddressIdentification) -> Result<Self, ConversionError>
fn try_from(value: KytAddressIdentification) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for KytAddressIdentification
impl RefUnwindSafe for KytAddressIdentification
impl Send for KytAddressIdentification
impl Sync for KytAddressIdentification
impl Unpin for KytAddressIdentification
impl UnsafeUnpin for KytAddressIdentification
impl UnwindSafe for KytAddressIdentification
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