pub struct IdentifierT {
pub id_type: IdType,
pub value: String,
}Fields§
§id_type: IdType§value: StringTrait Implementations§
Source§impl Clone for IdentifierT
impl Clone for IdentifierT
Source§fn clone(&self) -> IdentifierT
fn clone(&self) -> IdentifierT
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 IdentifierT
impl Debug for IdentifierT
Source§impl Serialize for IdentifierT
impl Serialize for IdentifierT
Source§impl Validate for IdentifierT
impl Validate for IdentifierT
Source§impl<'v_a> ValidateArgs<'v_a> for IdentifierT
impl<'v_a> ValidateArgs<'v_a> for IdentifierT
Auto Trait Implementations§
impl Freeze for IdentifierT
impl RefUnwindSafe for IdentifierT
impl Send for IdentifierT
impl Sync for IdentifierT
impl Unpin for IdentifierT
impl UnwindSafe for IdentifierT
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