pub struct TenDlcAssignmentResponse {
pub data: TenDlcAssignment,
}Expand description
Response from TenDlcResource::assign_number.
Fields§
§data: TenDlcAssignmentTrait Implementations§
Source§impl Clone for TenDlcAssignmentResponse
impl Clone for TenDlcAssignmentResponse
Source§fn clone(&self) -> TenDlcAssignmentResponse
fn clone(&self) -> TenDlcAssignmentResponse
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 TenDlcAssignmentResponse
impl Debug for TenDlcAssignmentResponse
Source§impl<'de> Deserialize<'de> for TenDlcAssignmentResponse
impl<'de> Deserialize<'de> for TenDlcAssignmentResponse
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
Auto Trait Implementations§
impl Freeze for TenDlcAssignmentResponse
impl RefUnwindSafe for TenDlcAssignmentResponse
impl Send for TenDlcAssignmentResponse
impl Sync for TenDlcAssignmentResponse
impl Unpin for TenDlcAssignmentResponse
impl UnsafeUnpin for TenDlcAssignmentResponse
impl UnwindSafe for TenDlcAssignmentResponse
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