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