pub struct BusCreateResponse {
pub bus_id: u32,
}Expand description
BusCreateResponse DTO
Fields§
§bus_id: u32Trait Implementations§
Source§impl Clone for BusCreateResponse
impl Clone for BusCreateResponse
Source§fn clone(&self) -> BusCreateResponse
fn clone(&self) -> BusCreateResponse
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 BusCreateResponse
impl Debug for BusCreateResponse
Source§impl<'de> Deserialize<'de> for BusCreateResponse
impl<'de> Deserialize<'de> for BusCreateResponse
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 BusCreateResponse
impl RefUnwindSafe for BusCreateResponse
impl Send for BusCreateResponse
impl Sync for BusCreateResponse
impl Unpin for BusCreateResponse
impl UnsafeUnpin for BusCreateResponse
impl UnwindSafe for BusCreateResponse
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