pub struct NameGetResponseItem {
pub id: OdooId,
pub name: String,
}
Expand description
An individual NameGet
response item
Fields§
§id: OdooId
The record id
name: String
The record display_name
Trait Implementations§
Source§impl Debug for NameGetResponseItem
impl Debug for NameGetResponseItem
Source§impl<'de> Deserialize<'de> for NameGetResponseItem
impl<'de> Deserialize<'de> for NameGetResponseItem
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 NameGetResponseItem
impl RefUnwindSafe for NameGetResponseItem
impl Send for NameGetResponseItem
impl Sync for NameGetResponseItem
impl Unpin for NameGetResponseItem
impl UnwindSafe for NameGetResponseItem
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