pub struct GetLNPDetailsResponseAttachment {
pub id: Option<String>,
pub description: Option<String>,
pub type: Option<String>,
pub bytes: Option<u64>,
}Fields§
§id: Option<String>§description: Option<String>§type: Option<String>§bytes: Option<u64>Trait Implementations§
Source§impl Clone for GetLNPDetailsResponseAttachment
impl Clone for GetLNPDetailsResponseAttachment
Source§fn clone(&self) -> GetLNPDetailsResponseAttachment
fn clone(&self) -> GetLNPDetailsResponseAttachment
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 Default for GetLNPDetailsResponseAttachment
impl Default for GetLNPDetailsResponseAttachment
Source§fn default() -> GetLNPDetailsResponseAttachment
fn default() -> GetLNPDetailsResponseAttachment
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetLNPDetailsResponseAttachment
impl<'de> Deserialize<'de> for GetLNPDetailsResponseAttachment
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 GetLNPDetailsResponseAttachment
impl RefUnwindSafe for GetLNPDetailsResponseAttachment
impl Send for GetLNPDetailsResponseAttachment
impl Sync for GetLNPDetailsResponseAttachment
impl Unpin for GetLNPDetailsResponseAttachment
impl UnsafeUnpin for GetLNPDetailsResponseAttachment
impl UnwindSafe for GetLNPDetailsResponseAttachment
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