pub struct ReadOnlyCustomerId {}Implementations§
Source§impl ReadOnlyCustomerId
impl ReadOnlyCustomerId
pub fn new() -> ReadOnlyCustomerId
Trait Implementations§
Source§impl Clone for ReadOnlyCustomerId
impl Clone for ReadOnlyCustomerId
Source§fn clone(&self) -> ReadOnlyCustomerId
fn clone(&self) -> ReadOnlyCustomerId
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 ReadOnlyCustomerId
impl Debug for ReadOnlyCustomerId
Source§impl Default for ReadOnlyCustomerId
impl Default for ReadOnlyCustomerId
Source§fn default() -> ReadOnlyCustomerId
fn default() -> ReadOnlyCustomerId
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ReadOnlyCustomerId
impl<'de> Deserialize<'de> for ReadOnlyCustomerId
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ReadOnlyCustomerId
impl PartialEq for ReadOnlyCustomerId
Source§impl Serialize for ReadOnlyCustomerId
impl Serialize for ReadOnlyCustomerId
impl StructuralPartialEq for ReadOnlyCustomerId
Auto Trait Implementations§
impl Freeze for ReadOnlyCustomerId
impl RefUnwindSafe for ReadOnlyCustomerId
impl Send for ReadOnlyCustomerId
impl Sync for ReadOnlyCustomerId
impl Unpin for ReadOnlyCustomerId
impl UnsafeUnpin for ReadOnlyCustomerId
impl UnwindSafe for ReadOnlyCustomerId
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